#6CD04A

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

Shades of Apple #6CD04A

Tints of Apple #6CD04A

Color information

#6CD04A (or 0x6CD04A) is unknown color: approx Apple. HEX triplet: 6C, D0 and 4A. RGB value is (108,208,74). Sum of RGB (Red+Green+Blue) = 108+208+74=390 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.69% from 390); Green value is 208 (81.64% from 255 or 53.33% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 208 - color contains mainly: green. Hex color #6CD04A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CD04A is #932FB5. Grayscale: #A3A3A3. Windows color (decimal): -9646006 or 4903020. OLE color: 4903020.

HSL color Cylindrical-coordinate representation of color #6CD04A: hue angle of 104.78º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6CD04A is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB10820874-
CMYK0.4800.640.18
HSL104.78º58.77%55.29%-
HSV(B)104.78º64.42%81.57%-
XYZ29.9848.7914.32-
YUV162.8277.8788.9-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.69%
GREEN value IS 208 (81.64% from 255) = 53.33%
BLUE value IS 74 (29.30% from 255) = 18.97%
R=27.69%
G=53.33%
B=18.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal108208740.4800.640.18104.7858.7755.29
Hex6CD04A3004012693b37
Octal154320112600100221517367
Binary110110011010000100101011000001000000100101101001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,208,74); }

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

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

 a { background-color: rgb(108,208,74); }

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

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

 span { border-color: rgb(108,208,74); }

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