Html Css Color HEX #64BE04 Kelly Green

📋 copy color: '#64BE04'

red 100 ◦ green 190 ◦ blue 4

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

Shades of Kelly Green #64BE04

Tints of Kelly Green #64BE04

RGB

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

 GREEN value IS 190 (74.61% from 255) = 64.63%

 BLUE value IS 4 (1.95% from 255) = 1.36%

R = 34.01%
G = 64.63%
B = 1.36%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#64BE04 (or 0x64BE04) is known color: Kelly Green. HEX triplet: 64, BE and 04. RGB value is (100,190,4). Sum of RGB (Red+Green+Blue) = 100+190+4=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 190 (74.61% from 255 or 64.63% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64BE04 is #9B41FB. Grayscale: #8E8E8E. Windows color (decimal): -10174972 or 310884. OLE color: 310884.

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

Color convert

RGB 100 190 4 -
CMYK 0.47 0 0.98 0.25
HSL 89.03º 0.96% 0.38% -
HSV(B) 89.03º 0.98% 0.75% -
XYZ 23.69 39.55 6.5 -
YUV 141.89 50.18 98.12 -
System Red Green Blue C M Y K H S L
Decimal 100 190 4 0.47 0 0.98 0.25 89.03 0.96 0.38
Hex 64 BE 4 2F 0 62 19 59 60 26
Octal 144 276 4 57 0 142 31 131 140 46
Binary 1100100 10111110 100 101111 0 1100010 11001 1011001 1100000 100110

Color Harmonies of #64BE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BE04

Black with #64BE04

Text Example


Text Example

White with #64BE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,190,4); }

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

background-color css

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

 a { background-color: rgb(100,190,4); }

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

border-color css

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

 span { border-color: rgb(100,190,4); }

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