#6CCF48

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

Shades of Apple #6CCF48

Tints of Apple #6CCF48

Color information

#6CCF48 (or 0x6CCF48) is unknown color: approx Apple. HEX triplet: 6C, CF and 48. RGB value is (108,207,72). Sum of RGB (Red+Green+Blue) = 108+207+72=387 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.91% from 387); Green value is 207 (81.25% from 255 or 53.49% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 207 - color contains mainly: green. Hex color #6CCF48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CCF48 is #9330B7. Grayscale: #A2A2A2. Windows color (decimal): -9646264 or 4771692. OLE color: 4771692.

HSL color Cylindrical-coordinate representation of color #6CCF48: hue angle of 104º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6CCF48 is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB10820772-
CMYK0.4800.650.19
HSL104º58.44%54.71%-
HSV(B)104º65.22%81.18%-
XYZ29.6748.2813.89-
YUV162.0177.289.48-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.91%
GREEN value IS 207 (81.25% from 255) = 53.49%
BLUE value IS 72 (28.52% from 255) = 18.60%
R=27.91%
G=53.49%
B=18.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal108207720.4800.650.1910458.4454.71
Hex6CCF483004113683a37
Octal154317110600101231507267
Binary110110011001111100100011000001000001100111101000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,207,72); }

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

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

 a { background-color: rgb(108,207,72); }

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

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

 span { border-color: rgb(108,207,72); }

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