#6DB80F

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

Shades of Christi #6DB80F

Tints of Christi #6DB80F

Color information

#6DB80F (or 0x6DB80F) is unknown color: approx Christi. HEX triplet: 6D, B8 and 0F. RGB value is (109,184,15). Sum of RGB (Red+Green+Blue) = 109+184+15=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 184 (72.27% from 255 or 59.74% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 184 - color contains mainly: green. Hex color #6DB80F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB80F is #9247F0. Grayscale: #8E8E8E. Windows color (decimal): -9586673 or 1030253. OLE color: 1030253.

HSL color Cylindrical-coordinate representation of color #6DB80F: hue angle of 86.63º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6DB80F is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB10918415-
CMYK0.4100.920.28
HSL86.63º84.92%39.02%-
HSV(B)86.63º91.85%72.16%-
XYZ23.5337.576.46-
YUV142.3156.15104.24-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.39%
GREEN value IS 184 (72.27% from 255) = 59.74%
BLUE value IS 15 (6.25% from 255) = 4.87%
R=35.39%
G=59.74%
B=4.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal109184150.4100.920.2886.6384.9239.02
Hex6DB8F2905C1C575527
Octal155270175101343412712547
Binary1101101101110001111101001010111001110010101111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB80F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,184,15); }

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

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

 a { background-color: rgb(109,184,15); }

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

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

 span { border-color: rgb(109,184,15); }

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