Html Css Color HEX #64BD11 Kelly Green

📋 copy color: '#64BD11'

red 100 ◦ green 189 ◦ blue 17

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

Shades of Kelly Green #64BD11

Tints of Kelly Green #64BD11

RGB

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

 GREEN value IS 189 (74.22% from 255) = 61.76%

 BLUE value IS 17 (7.03% from 255) = 5.56%

R = 32.68%
G = 61.76%
B = 5.56%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#64BD11 (or 0x64BD11) is known color: Kelly Green. HEX triplet: 64, BD and 11. RGB value is (100,189,17). Sum of RGB (Red+Green+Blue) = 100+189+17=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 189 (74.22% from 255 or 61.76% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 189 - color contains mainly: green. Hex color #64BD11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64BD11 is #9B42EE. Grayscale: #8F8F8F. Windows color (decimal): -10175215 or 1162596. OLE color: 1162596.

HSL color Cylindrical-coordinate representation of color #64BD11: hue angle of 91.05º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #64BD11 is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 189 17 -
CMYK 0.47 0 0.91 0.26
HSL 91.05º 0.83% 0.4% -
HSV(B) 91.05º 0.91% 0.74% -
XYZ 23.55 39.14 6.84 -
YUV 142.78 57.01 97.49 -
System Red Green Blue C M Y K H S L
Decimal 100 189 17 0.47 0 0.91 0.26 91.05 0.83 0.4
Hex 64 BD 11 2F 0 5B 1A 5B 53 28
Octal 144 275 21 57 0 133 32 133 123 50
Binary 1100100 10111101 10001 101111 0 1011011 11010 1011011 1010011 101000

Color Harmonies of #64BD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BD11

Black with #64BD11

Text Example


Text Example

White with #64BD11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,189,17); }

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

background-color css

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

 a { background-color: rgb(100,189,17); }

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

border-color css

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

 span { border-color: rgb(100,189,17); }

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