#6BCD32

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

Shades of Apple #6BCD32

Tints of Apple #6BCD32

Color information

#6BCD32 (or 0x6BCD32) is unknown color: approx Apple. HEX triplet: 6B, CD and 32. RGB value is (107,205,50). Sum of RGB (Red+Green+Blue) = 107+205+50=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 205 (80.47% from 255 or 56.63% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BCD32 is #9432CD. Grayscale: #9E9E9E. Windows color (decimal): -9712334 or 3329387. OLE color: 3329387.

HSL color Cylindrical-coordinate representation of color #6BCD32: hue angle of 97.94º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6BCD32 is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB10720550-
CMYK0.4800.760.20
HSL97.94º60.78%50%-
HSV(B)97.94º75.61%80.39%-
XYZ28.4747.0210.59-
YUV158.0367.0391.6-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.56%
GREEN value IS 205 (80.47% from 255) = 56.63%
BLUE value IS 50 (19.92% from 255) = 13.81%
R=29.56%
G=56.63%
B=13.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal107205500.4800.760.2097.9460.7850
Hex6BCD323004C14623d32
Octal15331562600114241427562
Binary11010111100110111001011000001001100101001100010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCD32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,205,50); }

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

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

 a { background-color: rgb(107,205,50); }

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

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

 span { border-color: rgb(107,205,50); }

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