#6BC350

Color #6BC350 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #6BC350

Tints of Apple #6BC350

Color information

#6BC350 (or 0x6BC350) is unknown color: approx Apple. HEX triplet: 6B, C3 and 50. RGB value is (107,195,80). Sum of RGB (Red+Green+Blue) = 107+195+80=382 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.01% from 382); Green value is 195 (76.56% from 255 or 51.05% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 195 - color contains mainly: green. Hex color #6BC350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC350 is #943CAF. Grayscale: #9B9B9B. Windows color (decimal): -9714864 or 5292907. OLE color: 5292907.

HSL color Cylindrical-coordinate representation of color #6BC350: hue angle of 105.91º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6BC350 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB10719580-
CMYK0.4500.590.24
HSL105.91º48.94%53.92%-
HSV(B)105.91º58.97%76.47%-
XYZ27.0342.7414.41-
YUV155.5885.3593.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 28.01%
GREEN value IS 195 (76.56% from 255) = 51.05%
BLUE value IS 80 (31.64% from 255) = 20.94%
R=28.01%
G=51.05%
B=20.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal107195800.4500.590.24105.9148.9453.92
Hex6BC3502D03B186a3136
Octal15330312055073301526166
Binary11010111100001110100001011010111011110001101010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BC350; }

 p { color: rgb(107,195,80); }

 H1.HeaderClassName
 {
   color: #6BC350;
 }
 .AnyTagClassName
 {
   color: #6BC350;
 }
</style>
background-color css

<style>
 a { background-color: #6BC350; }

 a { background-color: rgb(107,195,80); }

 div.DivClassName
 {
   background-color: #6BC350;
 }
 .BgClassName
 {
   background-color: #6BC350;
 }
</style>
border-color css

<style>
 span { border-color: #6BC350; }

 span { border-color: rgb(107,195,80); }

 td.TdClassName
 {
   border-color: #6BC350;
 }
 .TagClassName
 {
   border-color: #6BC350;
 }
</style>