Html Css Color HEX #64C328 Kelly Green

📋 copy color: '#64C328'

red 100 ◦ green 195 ◦ blue 40

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

Shades of Kelly Green #64C328

Tints of Kelly Green #64C328

RGB

 RED value IS 100 (39.45% from 255) = 29.85%

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

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

R = 29.85%
G = 58.21%
B = 11.94%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#64C328 (or 0x64C328) is known color: Kelly Green. HEX triplet: 64, C3 and 28. RGB value is (100,195,40). Sum of RGB (Red+Green+Blue) = 100+195+40=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 195 (76.56% from 255 or 58.21% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 195 - color contains mainly: green. Hex color #64C328 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C328 is #9B3CD7. Grayscale: #959595. Windows color (decimal): -10173656 or 2671460. OLE color: 2671460.

HSL color Cylindrical-coordinate representation of color #64C328: hue angle of 96.77º 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 #64C328 is Cyan = 0.49, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 195 40 -
CMYK 0.49 0 0.79 0.24
HSL 96.77º 0.66% 0.46% -
HSV(B) 96.77º 0.79% 0.76% -
XYZ 25.15 41.89 8.77 -
YUV 148.93 66.53 93.1 -
System Red Green Blue C M Y K H S L
Decimal 100 195 40 0.49 0 0.79 0.24 96.77 0.66 0.46
Hex 64 C3 28 31 0 4F 18 61 42 2E
Octal 144 303 50 61 0 117 30 141 102 56
Binary 1100100 11000011 101000 110001 0 1001111 11000 1100001 1000010 101110

Color Harmonies of #64C328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C328

Black with #64C328

Text Example


Text Example

White with #64C328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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