#66B405

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

Shades of Christi #66B405

Tints of Christi #66B405

Color information

#66B405 (or 0x66B405) is unknown color: approx Christi. HEX triplet: 66, B4 and 05. RGB value is (102,180,5). Sum of RGB (Red+Green+Blue) = 102+180+5=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 180 (70.70% from 255 or 62.72% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 180 - color contains mainly: green. Hex color #66B405 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66B405 is #994BFA. Grayscale: #898989. Windows color (decimal): -10046459 or 373862. OLE color: 373862.

HSL color Cylindrical-coordinate representation of color #66B405: hue angle of 86.74º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #66B405 is Cyan = 0.43, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB1021805-
CMYK0.4300.970.29
HSL86.74º94.59%36.27%-
HSV(B)86.74º97.22%70.59%-
XYZ21.8335.485.84-
YUV136.7353.66103.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.54%
GREEN value IS 180 (70.70% from 255) = 62.72%
BLUE value IS 5 (2.34% from 255) = 1.74%
R=35.54%
G=62.72%
B=1.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal10218050.4300.970.2986.7494.5936.27
Hex66B452B0611D575f24
Octal14626455301413512713744
Binary110011010110100101101011011000011110110101111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66B405; }

 p { color: rgb(102,180,5); }

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

<style>
 a { background-color: #66B405; }

 a { background-color: rgb(102,180,5); }

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

<style>
 span { border-color: #66B405; }

 span { border-color: rgb(102,180,5); }

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