Html Css Color HEX #66C006 Christi

📋 copy color: '#66C006'

red 102 ◦ green 192 ◦ blue 6

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

Shades of Christi #66C006

Tints of Christi #66C006

RGB

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

 GREEN value IS 192 (75.39% from 255) = 64%

 BLUE value IS 6 (2.73% from 255) = 2%

R = 34%
G = 64%
B = 2%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#66C006 (or 0x66C006) is known color: Christi. HEX triplet: 66, C0 and 06. RGB value is (102,192,6). Sum of RGB (Red+Green+Blue) = 102+192+6=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 192 (75.39% from 255 or 64% from 300); Blue value is 6 (2.73% from 255 or 2% from 300); Max value from RGB is 192 - color contains mainly: green. Hex color #66C006 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66C006 is #993FF9. Grayscale: #909090. Windows color (decimal): -10043386 or 442470. OLE color: 442470.

HSL color Cylindrical-coordinate representation of color #66C006: hue angle of 89.03º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #66C006 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 192 6 -
CMYK 0.47 0 0.97 0.25
HSL 89.03º 0.94% 0.39% -
HSV(B) 89.03º 0.97% 0.75% -
XYZ 24.36 40.54 6.71 -
YUV 143.89 50.18 98.12 -
System Red Green Blue C M Y K H S L
Decimal 102 192 6 0.47 0 0.97 0.25 89.03 0.94 0.39
Hex 66 C0 6 2F 0 61 19 59 5E 27
Octal 146 300 6 57 0 141 31 131 136 47
Binary 1100110 11000000 110 101111 0 1100001 11001 1011001 1011110 100111

Color Harmonies of #66C006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C006

Black with #66C006

Text Example


Text Example

White with #66C006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,192,6); }

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

background-color css

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

 a { background-color: rgb(102,192,6); }

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

border-color css

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

 span { border-color: rgb(102,192,6); }

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