Html Css Color HEX #64BE06 Kelly Green

📋 copy color: '#64BE06'

red 100 ◦ green 190 ◦ blue 6

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

Shades of Kelly Green #64BE06

Tints of Kelly Green #64BE06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.03%

R = 33.78%
G = 64.19%
B = 2.03%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#64BE06 (or 0x64BE06) is known color: Kelly Green. HEX triplet: 64, BE and 06. RGB value is (100,190,6). Sum of RGB (Red+Green+Blue) = 100+190+6=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 190 (74.61% from 255 or 64.19% from 296); Blue value is 6 (2.73% from 255 or 2.03% from 296); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64BE06 is #9B41F9. Grayscale: #8E8E8E. Windows color (decimal): -10174970 or 441956. OLE color: 441956.

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

Color convert

RGB 100 190 6 -
CMYK 0.47 0 0.97 0.25
HSL 89.35º 0.94% 0.38% -
HSV(B) 89.35º 0.97% 0.75% -
XYZ 23.7 39.55 6.56 -
YUV 142.11 51.18 97.96 -
System Red Green Blue C M Y K H S L
Decimal 100 190 6 0.47 0 0.97 0.25 89.35 0.94 0.38
Hex 64 BE 6 2F 0 61 19 59 5E 26
Octal 144 276 6 57 0 141 31 131 136 46
Binary 1100100 10111110 110 101111 0 1100001 11001 1011001 1011110 100110

Color Harmonies of #64BE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BE06

Black with #64BE06

Text Example


Text Example

White with #64BE06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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