Html Css Color HEX #66B31D Christi

📋 copy color: '#66B31D'

red 102 ◦ green 179 ◦ blue 29

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

Shades of Christi #66B31D

Tints of Christi #66B31D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 57.74%

 BLUE value IS 29 (11.72% from 255) = 9.35%

R = 32.9%
G = 57.74%
B = 9.35%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#66B31D (or 0x66B31D) is known color: Christi. HEX triplet: 66, B3 and 1D. RGB value is (102,179,29). Sum of RGB (Red+Green+Blue) = 102+179+29=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 179 (70.31% from 255 or 57.74% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 179 - color contains mainly: green. Hex color #66B31D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B31D is #994CE2. Grayscale: #8B8B8B. Windows color (decimal): -10046691 or 1946470. OLE color: 1946470.

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

Color convert

RGB 102 179 29 -
CMYK 0.43 0 0.84 0.30
HSL 90.8º 0.72% 0.41% -
HSV(B) 90.8º 0.84% 0.7% -
XYZ 21.82 35.15 6.8 -
YUV 138.88 65.99 101.7 -
System Red Green Blue C M Y K H S L
Decimal 102 179 29 0.43 0 0.84 0.30 90.8 0.72 0.41
Hex 66 B3 1D 2B 0 54 1E 5B 48 29
Octal 146 263 35 53 0 124 36 133 110 51
Binary 1100110 10110011 11101 101011 0 1010100 11110 1011011 1001000 101001

Color Harmonies of #66B31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B31D

Black with #66B31D

Text Example


Text Example

White with #66B31D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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