#6DCD1D

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

Shades of Christi #6DCD1D

Tints of Christi #6DCD1D

Color information

#6DCD1D (or 0x6DCD1D) is unknown color: approx Christi. HEX triplet: 6D, CD and 1D. RGB value is (109,205,29). Sum of RGB (Red+Green+Blue) = 109+205+29=343 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.78% from 343); Green value is 205 (80.47% from 255 or 59.77% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCD1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DCD1D is #9232E2. Grayscale: #9C9C9C. Windows color (decimal): -9581283 or 1953133. OLE color: 1953133.

HSL color Cylindrical-coordinate representation of color #6DCD1D: hue angle of 92.73º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6DCD1D is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB10920529-
CMYK0.4700.860.20
HSL92.73º75.21%45.88%-
HSV(B)92.73º85.85%80.39%-
XYZ28.36478.74-
YUV156.2356.294.31-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.78%
GREEN value IS 205 (80.47% from 255) = 59.77%
BLUE value IS 29 (11.72% from 255) = 8.45%
R=31.78%
G=59.77%
B=8.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal109205290.4700.860.2092.7375.2145.88
Hex6DCD1D2F056145d4b2e
Octal155315355701262413511356
Binary11011011100110111101101111010101101010010111011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCD1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,205,29); }

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

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

 a { background-color: rgb(109,205,29); }

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

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

 span { border-color: rgb(109,205,29); }

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