Html Css Color HEX #66B200 Christi

📋 copy color: '#66B200'

red 102 ◦ green 178 ◦ blue 0

#66B200
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #66B200

Tints of Christi #66B200

RGB

 RED value IS 102 (40.23% from 255) = 36.43%

 GREEN value IS 178 (69.92% from 255) = 63.57%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 36.43%
G = 63.57%
B = 0%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#66B200 (or 0x66B200) is known color: Christi. HEX triplet: 66, B2 and 00. RGB value is (102,178,0). Sum of RGB (Red+Green+Blue) = 102+178+0=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 178 (69.92% from 255 or 63.57% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 178 - color contains mainly: green. Hex color #66B200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66B200 is #994DFF. Grayscale: #878787. Windows color (decimal): -10046976 or 45670. OLE color: 45670.

HSL color Cylindrical-coordinate representation of color #66B200: hue angle of 85.62º 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 #66B200 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 102 178 0 -
CMYK 0.43 0 1 0.30
HSL 85.62º 1% 0.35% -
HSV(B) 85.62º 1% 0.7% -
XYZ 21.4 34.67 5.56 -
YUV 134.98 51.82 104.47 -
System Red Green Blue C M Y K H S L
Decimal 102 178 0 0.43 0 1 0.30 85.62 1 0.35
Hex 66 B2 0 2B 0 64 1E 56 64 23
Octal 146 262 0 53 0 144 36 126 144 43
Binary 1100110 10110010 0 101011 0 1100100 11110 1010110 1100100 100011

Color Harmonies of #66B200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B200

Black with #66B200

Text Example


Text Example

White with #66B200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66B200;
 }
 .AnyTagClassName
 {
   color: #66B200;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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