Html Css Color HEX #64BD1E Kelly Green

📋 copy color: '#64BD1E'

red 100 ◦ green 189 ◦ blue 30

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

Shades of Kelly Green #64BD1E

Tints of Kelly Green #64BD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.4%

R = 31.35%
G = 59.25%
B = 9.4%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#64BD1E (or 0x64BD1E) is known color: Kelly Green. HEX triplet: 64, BD and 1E. RGB value is (100,189,30). Sum of RGB (Red+Green+Blue) = 100+189+30=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 189 (74.22% from 255 or 59.25% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 189 - color contains mainly: green. Hex color #64BD1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BD1E is #9B42E1. Grayscale: #909090. Windows color (decimal): -10175202 or 2014564. OLE color: 2014564.

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

Color convert

RGB 100 189 30 -
CMYK 0.47 0 0.84 0.26
HSL 93.58º 0.73% 0.43% -
HSV(B) 93.58º 0.84% 0.74% -
XYZ 23.69 39.2 7.55 -
YUV 144.26 63.51 96.43 -
System Red Green Blue C M Y K H S L
Decimal 100 189 30 0.47 0 0.84 0.26 93.58 0.73 0.43
Hex 64 BD 1E 2F 0 54 1A 5E 49 2B
Octal 144 275 36 57 0 124 32 136 111 53
Binary 1100100 10111101 11110 101111 0 1010100 11010 1011110 1001001 101011

Color Harmonies of #64BD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BD1E

Black with #64BD1E

Text Example


Text Example

White with #64BD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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