Html Css Color HEX #64BE03 Kelly Green

📋 copy color: '#64BE03'

red 100 ◦ green 190 ◦ blue 3

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

Shades of Kelly Green #64BE03

Tints of Kelly Green #64BE03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.02%

R = 34.13%
G = 64.85%
B = 1.02%

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

#64BE03 (or 0x64BE03) is known color: Kelly Green. HEX triplet: 64, BE and 03. RGB value is (100,190,3). Sum of RGB (Red+Green+Blue) = 100+190+3=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 190 (74.61% from 255 or 64.85% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64BE03 is #9B41FC. Grayscale: #8E8E8E. Windows color (decimal): -10174973 or 245348. OLE color: 245348.

HSL color Cylindrical-coordinate representation of color #64BE03: hue angle of 88.88º degrees, saturation: 0.97, 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 #64BE03 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 190 3 -
CMYK 0.47 0 0.98 0.25
HSL 88.88º 0.97% 0.38% -
HSV(B) 88.88º 0.98% 0.75% -
XYZ 23.69 39.54 6.47 -
YUV 141.77 49.68 98.21 -
System Red Green Blue C M Y K H S L
Decimal 100 190 3 0.47 0 0.98 0.25 88.88 0.97 0.38
Hex 64 BE 3 2F 0 62 19 59 61 26
Octal 144 276 3 57 0 142 31 131 141 46
Binary 1100100 10111110 11 101111 0 1100010 11001 1011001 1100001 100110

Color Harmonies of #64BE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BE03

Black with #64BE03

Text Example


Text Example

White with #64BE03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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