#6FCD18

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

Shades of Christi #6FCD18

Tints of Christi #6FCD18

Color information

#6FCD18 (or 0x6FCD18) is unknown color: approx Christi. HEX triplet: 6F, CD and 18. RGB value is (111,205,24). Sum of RGB (Red+Green+Blue) = 111+205+24=340 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.65% from 340); Green value is 205 (80.47% from 255 or 60.29% from 340); Blue value is 24 (9.77% from 255 or 7.06% from 340); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FCD18 is #9032E7. Grayscale: #9C9C9C. Windows color (decimal): -9450216 or 1625455. OLE color: 1625455.

HSL color Cylindrical-coordinate representation of color #6FCD18: hue angle of 91.16º 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 #6FCD18 is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB11120524-
CMYK0.4600.880.20
HSL91.16º79.04%44.9%-
HSV(B)91.16º88.29%80.39%-
XYZ28.5547.118.45-
YUV156.2653.3695.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.65%
GREEN value IS 205 (80.47% from 255) = 60.29%
BLUE value IS 24 (9.77% from 255) = 7.06%
R=32.65%
G=60.29%
B=7.06%

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
Decimal111205240.4600.880.2091.1679.0444.9
Hex6FCD182E058145b4f2d
Octal157315305601302413311755
Binary11011111100110111000101110010110001010010110111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCD18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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