#6DCE0D

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

Shades of Christi #6DCE0D

Tints of Christi #6DCE0D

Color information

#6DCE0D (or 0x6DCE0D) is unknown color: approx Christi. HEX triplet: 6D, CE and 0D. RGB value is (109,206,13). Sum of RGB (Red+Green+Blue) = 109+206+13=328 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.23% from 328); Green value is 206 (80.86% from 255 or 62.80% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 206 - color contains mainly: green. Hex color #6DCE0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DCE0D is #9231F2. Grayscale: #9B9B9B. Windows color (decimal): -9581043 or 904813. OLE color: 904813.

HSL color Cylindrical-coordinate representation of color #6DCE0D: hue angle of 90.16º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6DCE0D is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB10920613-
CMYK0.4700.940.19
HSL90.16º88.13%42.94%-
HSV(B)90.16º93.69%80.78%-
XYZ28.4547.428.03-
YUV15547.8695.19-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.23%
GREEN value IS 206 (80.86% from 255) = 62.80%
BLUE value IS 13 (5.47% from 255) = 3.96%
R=33.23%
G=62.80%
B=3.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal109206130.4700.940.1990.1688.1342.94
Hex6DCED2F05E135a582b
Octal155316155701362313213053
Binary1101101110011101101101111010111101001110110101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCE0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,206,13); }

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

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

 a { background-color: rgb(109,206,13); }

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

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

 span { border-color: rgb(109,206,13); }

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