Html Css Color HEX #66B220 Christi

📋 copy color: '#66B220'

red 102 ◦ green 178 ◦ blue 32

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

Shades of Christi #66B220

Tints of Christi #66B220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.26%

R = 32.69%
G = 57.05%
B = 10.26%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#66B220 (or 0x66B220) is known color: Christi. HEX triplet: 66, B2 and 20. RGB value is (102,178,32). Sum of RGB (Red+Green+Blue) = 102+178+32=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 178 (69.92% from 255 or 57.05% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 178 - color contains mainly: green. Hex color #66B220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66B220 is #994DDF. Grayscale: #8B8B8B. Windows color (decimal): -10046944 or 2142822. OLE color: 2142822.

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

Color convert

RGB 102 178 32 -
CMYK 0.43 0 0.82 0.30
HSL 91.23º 0.7% 0.41% -
HSV(B) 91.23º 0.82% 0.7% -
XYZ 21.66 34.77 6.94 -
YUV 138.63 67.82 101.87 -
System Red Green Blue C M Y K H S L
Decimal 102 178 32 0.43 0 0.82 0.30 91.23 0.7 0.41
Hex 66 B2 20 2B 0 52 1E 5B 46 29
Octal 146 262 40 53 0 122 36 133 106 51
Binary 1100110 10110010 100000 101011 0 1010010 11110 1011011 1000110 101001

Color Harmonies of #66B220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B220

Black with #66B220

Text Example


Text Example

White with #66B220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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