#6DAE05

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

Shades of Christi #6DAE05

Tints of Christi #6DAE05

Color information

#6DAE05 (or 0x6DAE05) is unknown color: approx Christi. HEX triplet: 6D, AE and 05. RGB value is (109,174,5). Sum of RGB (Red+Green+Blue) = 109+174+5=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 174 (68.36% from 255 or 60.42% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 174 - color contains mainly: green. Hex color #6DAE05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DAE05 is #9251FA. Grayscale: #878787. Windows color (decimal): -9589243 or 372333. OLE color: 372333.

HSL color Cylindrical-coordinate representation of color #6DAE05: hue angle of 83.08º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6DAE05 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB1091745-
CMYK0.3700.970.32
HSL83.08º94.41%35.1%-
HSV(B)83.08º97.13%68.24%-
XYZ21.4733.535.48-
YUV135.354.47109.24-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.85%
GREEN value IS 174 (68.36% from 255) = 60.42%
BLUE value IS 5 (2.34% from 255) = 1.74%
R=37.85%
G=60.42%
B=1.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10917450.3700.970.3283.0894.4135.1
Hex6DAE52506120535e23
Octal15525654501414012313643
Binary1101101101011101011001010110000110000010100111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAE05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,174,5); }

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

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

 a { background-color: rgb(109,174,5); }

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

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

 span { border-color: rgb(109,174,5); }

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