Html Css Color HEX #64E030 Kelly Green

📋 copy color: '#64E030'

red 100 ◦ green 224 ◦ blue 48

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

Shades of Kelly Green #64E030

Tints of Kelly Green #64E030

RGB

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

 GREEN value IS 224 (87.89% from 255) = 60.22%

 BLUE value IS 48 (19.14% from 255) = 12.9%

R = 26.88%
G = 60.22%
B = 12.9%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#64E030 (or 0x64E030) is known color: Kelly Green. HEX triplet: 64, E0 and 30. RGB value is (100,224,48). Sum of RGB (Red+Green+Blue) = 100+224+48=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 224 (87.89% from 255 or 60.22% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 224 - color contains mainly: green. Hex color #64E030 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64E030 is #9B1FCF. Grayscale: #A7A7A7. Windows color (decimal): -10166224 or 3203172. OLE color: 3203172.

HSL color Cylindrical-coordinate representation of color #64E030: hue angle of 102.27º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #64E030 is Cyan = 0.55, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 224 48 -
CMYK 0.55 0 0.79 0.12
HSL 102.27º 0.74% 0.53% -
HSV(B) 102.27º 0.79% 0.88% -
XYZ 32.44 56.23 11.94 -
YUV 166.86 60.92 80.31 -
System Red Green Blue C M Y K H S L
Decimal 100 224 48 0.55 0 0.79 0.12 102.27 0.74 0.53
Hex 64 E0 30 37 0 4F C 66 4A 35
Octal 144 340 60 67 0 117 14 146 112 65
Binary 1100100 11100000 110000 110111 0 1001111 1100 1100110 1001010 110101

Color Harmonies of #64E030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E030

Black with #64E030

Text Example


Text Example

White with #64E030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,224,48); }

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

background-color css

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

 a { background-color: rgb(100,224,48); }

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

border-color css

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

 span { border-color: rgb(100,224,48); }

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