Html Css Color HEX #66B429 Christi

📋 copy color: '#66B429'

red 102 ◦ green 180 ◦ blue 41

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

Shades of Christi #66B429

Tints of Christi #66B429

RGB

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

 GREEN value IS 180 (70.7% from 255) = 55.73%

 BLUE value IS 41 (16.41% from 255) = 12.69%

R = 31.58%
G = 55.73%
B = 12.69%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#66B429 (or 0x66B429) is known color: Christi. HEX triplet: 66, B4 and 29. RGB value is (102,180,41). Sum of RGB (Red+Green+Blue) = 102+180+41=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 180 (70.70% from 255 or 55.73% from 323); Blue value is 41 (16.41% from 255 or 12.69% from 323); Max value from RGB is 180 - color contains mainly: green. Hex color #66B429 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B429 is #994BD6. Grayscale: #8D8D8D. Windows color (decimal): -10046423 or 2733158. OLE color: 2733158.

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

Color convert

RGB 102 180 41 -
CMYK 0.43 0 0.77 0.29
HSL 93.67º 0.63% 0.43% -
HSV(B) 93.67º 0.77% 0.71% -
XYZ 22.2 35.63 7.8 -
YUV 140.83 71.66 100.3 -
System Red Green Blue C M Y K H S L
Decimal 102 180 41 0.43 0 0.77 0.29 93.67 0.63 0.43
Hex 66 B4 29 2B 0 4D 1D 5E 3F 2B
Octal 146 264 51 53 0 115 35 136 77 53
Binary 1100110 10110100 101001 101011 0 1001101 11101 1011110 111111 101011

Color Harmonies of #66B429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B429

Black with #66B429

Text Example


Text Example

White with #66B429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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