Html Css Color HEX #66B919 Christi

📋 copy color: '#66B919'

red 102 ◦ green 185 ◦ blue 25

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

Shades of Christi #66B919

Tints of Christi #66B919

RGB

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

 GREEN value IS 185 (72.66% from 255) = 59.29%

 BLUE value IS 25 (10.16% from 255) = 8.01%

R = 32.69%
G = 59.29%
B = 8.01%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#66B919 (or 0x66B919) is known color: Christi. HEX triplet: 66, B9 and 19. RGB value is (102,185,25). Sum of RGB (Red+Green+Blue) = 102+185+25=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 185 (72.66% from 255 or 59.29% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 185 - color contains mainly: green. Hex color #66B919 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66B919 is #9946E6. Grayscale: #8E8E8E. Windows color (decimal): -10045159 or 1685862. OLE color: 1685862.

HSL color Cylindrical-coordinate representation of color #66B919: hue angle of 91.12º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #66B919 is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 185 25 -
CMYK 0.45 0 0.86 0.27
HSL 91.13º 0.76% 0.41% -
HSV(B) 91.13º 0.86% 0.73% -
XYZ 23 37.59 6.96 -
YUV 141.94 62 99.51 -
System Red Green Blue C M Y K H S L
Decimal 102 185 25 0.45 0 0.86 0.27 91.13 0.76 0.41
Hex 66 B9 19 2D 0 56 1B 5B 4C 29
Octal 146 271 31 55 0 126 33 133 114 51
Binary 1100110 10111001 11001 101101 0 1010110 11011 1011011 1001100 101001

Color Harmonies of #66B919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B919

Black with #66B919

Text Example


Text Example

White with #66B919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,185,25); }

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

background-color css

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

 a { background-color: rgb(102,185,25); }

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

border-color css

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

 span { border-color: rgb(102,185,25); }

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