Html Css Color HEX #66C328 Kelly Green

📋 copy color: '#66C328'

red 102 ◦ green 195 ◦ blue 40

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

Shades of Kelly Green #66C328

Tints of Kelly Green #66C328

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.86%

 BLUE value IS 40 (16.02% from 255) = 11.87%

R = 30.27%
G = 57.86%
B = 11.87%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#66C328 (or 0x66C328) is known color: Kelly Green. HEX triplet: 66, C3 and 28. RGB value is (102,195,40). Sum of RGB (Red+Green+Blue) = 102+195+40=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 195 (76.56% from 255 or 57.86% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 195 - color contains mainly: green. Hex color #66C328 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C328 is #993CD7. Grayscale: #969696. Windows color (decimal): -10042584 or 2671462. OLE color: 2671462.

HSL color Cylindrical-coordinate representation of color #66C328: hue angle of 96º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #66C328 is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 195 40 -
CMYK 0.48 0 0.79 0.24
HSL 96º 0.66% 0.46% -
HSV(B) 96º 0.79% 0.76% -
XYZ 25.38 42.01 8.78 -
YUV 149.52 66.19 94.1 -
System Red Green Blue C M Y K H S L
Decimal 102 195 40 0.48 0 0.79 0.24 96 0.66 0.46
Hex 66 C3 28 30 0 4F 18 60 42 2E
Octal 146 303 50 60 0 117 30 140 102 56
Binary 1100110 11000011 101000 110000 0 1001111 11000 1100000 1000010 101110

Color Harmonies of #66C328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C328

Black with #66C328

Text Example


Text Example

White with #66C328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,195,40); }

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

background-color css

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

 a { background-color: rgb(102,195,40); }

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

border-color css

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

 span { border-color: rgb(102,195,40); }

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