#6cd045

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

Shades of Apple #6CD045

Tints of Apple #6CD045

Color information

#6CD045 (or 0x6CD045) is unknown color: approx Apple. HEX triplet: 6C, D0 and 45. RGB value is (108,208,69). Sum of RGB (Red+Green+Blue) = 108+208+69=385 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.05% from 385); Green value is 208 (81.64% from 255 or 54.03% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 208 - color contains mainly: green. Hex color #6CD045 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CD045 is #932FBA. Grayscale: #A2A2A2. Windows color (decimal): -9646011 or 4575340. OLE color: 4575340.

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

Color convert

RGB10820869-
CMYK0.4800.670.18
HSL103.17º59.66%54.31%-
HSV(B)103.17º66.83%81.57%-
XYZ29.8148.7313.46-
YUV162.2575.3789.3-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.05%
GREEN value IS 208 (81.64% from 255) = 54.03%
BLUE value IS 69 (27.34% from 255) = 17.92%
R=28.05%
G=54.03%
B=17.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal108208690.4800.670.18103.1759.6654.31
Hex6CD0453004312673c36
Octal154320105600103221477466
Binary110110011010000100010111000001000011100101100111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6cd045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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