#6DB200

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

Shades of Christi #6DB200

Tints of Christi #6DB200

Color information

#6DB200 (or 0x6DB200) is unknown color: approx Christi. HEX triplet: 6D, B2 and 00. RGB value is (109,178,0). Sum of RGB (Red+Green+Blue) = 109+178+0=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 178 (69.92% from 255 or 62.02% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 178 - color contains mainly: green. Hex color #6DB200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DB200 is #924DFF. Grayscale: #898989. Windows color (decimal): -9588224 or 45677. OLE color: 45677.

HSL color Cylindrical-coordinate representation of color #6DB200: hue angle of 83.26º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6DB200 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB1091780-
CMYK0.39010.30
HSL83.26º100%34.9%-
HSV(B)83.26º100%69.8%-
XYZ22.2335.095.6-
YUV137.0850.64107.97-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.98%
GREEN value IS 178 (69.92% from 255) = 62.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=37.98%
G=62.02%
B=0%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal10917800.39010.3083.2610034.9
Hex6DB20270641E536423
Octal15526204701443612314443
Binary1101101101100100100111011001001111010100111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,178,0); }

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

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

 a { background-color: rgb(109,178,0); }

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

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

 span { border-color: rgb(109,178,0); }

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