#66B300

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

Shades of Christi #66B300

Tints of Christi #66B300

Color information

#66B300 (or 0x66B300) is unknown color: approx Christi. HEX triplet: 66, B3 and 00. RGB value is (102,179,0). Sum of RGB (Red+Green+Blue) = 102+179+0=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 179 (70.31% from 255 or 63.70% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 179 - color contains mainly: green. Hex color #66B300 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66B300 is #994CFF. Grayscale: #888888. Windows color (decimal): -10046720 or 45926. OLE color: 45926.

HSL color Cylindrical-coordinate representation of color #66B300: hue angle of 85.81º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #66B300 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB1021790-
CMYK0.43010.30
HSL85.81º100%35.1%-
HSV(B)85.81º100%70.2%-
XYZ21.635.065.63-
YUV135.5751.49104.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.30%
GREEN value IS 179 (70.31% from 255) = 63.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.30%
G=63.70%
B=0%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal10217900.43010.3085.8110035.1
Hex66B302B0641E566423
Octal14626305301443612614443
Binary1100110101100110101011011001001111010101101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,179,0); }

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

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

 a { background-color: rgb(102,179,0); }

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

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

 span { border-color: rgb(102,179,0); }

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