#6CAE05

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

Shades of Christi #6CAE05

Tints of Christi #6CAE05

Color information

#6CAE05 (or 0x6CAE05) is unknown color: approx Christi. HEX triplet: 6C, AE and 05. RGB value is (108,174,5). Sum of RGB (Red+Green+Blue) = 108+174+5=287 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.63% from 287); Green value is 174 (68.36% from 255 or 60.63% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 174 - color contains mainly: green. Hex color #6CAE05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CAE05 is #9351FA. Grayscale: #878787. Windows color (decimal): -9654779 or 372332. OLE color: 372332.

HSL color Cylindrical-coordinate representation of color #6CAE05: hue angle of 83.43º 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 #6CAE05 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB1081745-
CMYK0.3800.970.32
HSL83.43º94.41%35.1%-
HSV(B)83.43º97.13%68.24%-
XYZ21.3533.475.48-
YUV13554.63108.74-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.63%
GREEN value IS 174 (68.36% from 255) = 60.63%
BLUE value IS 5 (2.34% from 255) = 1.74%
R=37.63%
G=60.63%
B=1.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10817450.3800.970.3283.4394.4135.1
Hex6CAE52606120535e23
Octal15425654601414012313643
Binary1101100101011101011001100110000110000010100111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAE05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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