Html Css Color HEX #64BE10 Kelly Green

📋 copy color: '#64BE10'

red 100 ◦ green 190 ◦ blue 16

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

Shades of Kelly Green #64BE10

Tints of Kelly Green #64BE10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.23%

R = 32.68%
G = 62.09%
B = 5.23%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#64BE10 (or 0x64BE10) is known color: Kelly Green. HEX triplet: 64, BE and 10. RGB value is (100,190,16). Sum of RGB (Red+Green+Blue) = 100+190+16=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 190 (74.61% from 255 or 62.09% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64BE10 is #9B41EF. Grayscale: #8F8F8F. Windows color (decimal): -10174960 or 1097316. OLE color: 1097316.

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

Color convert

RGB 100 190 16 -
CMYK 0.47 0 0.92 0.25
HSL 91.03º 0.84% 0.4% -
HSV(B) 91.03º 0.92% 0.75% -
XYZ 23.76 39.57 6.88 -
YUV 143.25 56.18 97.15 -
System Red Green Blue C M Y K H S L
Decimal 100 190 16 0.47 0 0.92 0.25 91.03 0.84 0.4
Hex 64 BE 10 2F 0 5C 19 5B 54 28
Octal 144 276 20 57 0 134 31 133 124 50
Binary 1100100 10111110 10000 101111 0 1011100 11001 1011011 1010100 101000

Color Harmonies of #64BE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BE10

Black with #64BE10

Text Example


Text Example

White with #64BE10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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