Html Css Color HEX #64BE0A Kelly Green

📋 copy color: '#64BE0A'

red 100 ◦ green 190 ◦ blue 10

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

Shades of Kelly Green #64BE0A

Tints of Kelly Green #64BE0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.33%

R = 33.33%
G = 63.33%
B = 3.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#64BE0A (or 0x64BE0A) is known color: Kelly Green. HEX triplet: 64, BE and 0A. RGB value is (100,190,10). Sum of RGB (Red+Green+Blue) = 100+190+10=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 190 (74.61% from 255 or 63.33% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64BE0A is #9B41F5. Grayscale: #8F8F8F. Windows color (decimal): -10174966 or 704100. OLE color: 704100.

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

Color convert

RGB 100 190 10 -
CMYK 0.47 0 0.95 0.25
HSL 90º 0.9% 0.39% -
HSV(B) 90º 0.95% 0.75% -
XYZ 23.72 39.56 6.67 -
YUV 142.57 53.18 97.64 -
System Red Green Blue C M Y K H S L
Decimal 100 190 10 0.47 0 0.95 0.25 90 0.9 0.39
Hex 64 BE A 2F 0 5F 19 5A 5A 27
Octal 144 276 12 57 0 137 31 132 132 47
Binary 1100100 10111110 1010 101111 0 1011111 11001 1011010 1011010 100111

Color Harmonies of #64BE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BE0A

Black with #64BE0A

Text Example


Text Example

White with #64BE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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