#6ECD18

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

Shades of Christi #6ECD18

Tints of Christi #6ECD18

Color information

#6ECD18 (or 0x6ECD18) is unknown color: approx Christi. HEX triplet: 6E, CD and 18. RGB value is (110,205,24). Sum of RGB (Red+Green+Blue) = 110+205+24=339 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.45% from 339); Green value is 205 (80.47% from 255 or 60.47% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECD18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ECD18 is #9132E7. Grayscale: #9C9C9C. Windows color (decimal): -9515752 or 1625454. OLE color: 1625454.

HSL color Cylindrical-coordinate representation of color #6ECD18: hue angle of 91.49º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6ECD18 is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB11020524-
CMYK0.4600.880.20
HSL91.49º79.04%44.9%-
HSV(B)91.49º88.29%80.39%-
XYZ28.4347.048.45-
YUV155.9653.5395.22-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.45%
GREEN value IS 205 (80.47% from 255) = 60.47%
BLUE value IS 24 (9.77% from 255) = 7.08%
R=32.45%
G=60.47%
B=7.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal110205240.4600.880.2091.4979.0444.9
Hex6ECD182E058145b4f2d
Octal156315305601302413311755
Binary11011101100110111000101110010110001010010110111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECD18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,205,24); }

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

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

 a { background-color: rgb(110,205,24); }

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

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

 span { border-color: rgb(110,205,24); }

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