#6DBF18

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

Shades of Christi #6DBF18

Tints of Christi #6DBF18

Color information

#6DBF18 (or 0x6DBF18) is unknown color: approx Christi. HEX triplet: 6D, BF and 18. RGB value is (109,191,24). Sum of RGB (Red+Green+Blue) = 109+191+24=324 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.64% from 324); Green value is 191 (75% from 255 or 58.95% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 191 - color contains mainly: green. Hex color #6DBF18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DBF18 is #9240E7. Grayscale: #949494. Windows color (decimal): -9584872 or 1621869. OLE color: 1621869.

HSL color Cylindrical-coordinate representation of color #6DBF18: hue angle of 89.46º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6DBF18 is Cyan = 0.43, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB10919124-
CMYK0.4300.870.25
HSL89.46º77.67%42.16%-
HSV(B)89.46º87.43%74.9%-
XYZ25.140.587.37-
YUV147.4458.33100.58-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.64%
GREEN value IS 191 (75% from 255) = 58.95%
BLUE value IS 24 (9.77% from 255) = 7.41%
R=33.64%
G=58.95%
B=7.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal109191240.4300.870.2589.4677.6742.16
Hex6DBF182B05719594e2a
Octal155277305301273113111652
Binary11011011011111111000101011010101111100110110011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,191,24); }

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

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

 a { background-color: rgb(109,191,24); }

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

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

 span { border-color: rgb(109,191,24); }

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