Html Css Color HEX #64BC2A Kelly Green

📋 copy color: '#64BC2A'

red 100 ◦ green 188 ◦ blue 42

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

Shades of Kelly Green #64BC2A

Tints of Kelly Green #64BC2A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 56.97%

 BLUE value IS 42 (16.8% from 255) = 12.73%

R = 30.3%
G = 56.97%
B = 12.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#64BC2A (or 0x64BC2A) is known color: Kelly Green. HEX triplet: 64, BC and 2A. RGB value is (100,188,42). Sum of RGB (Red+Green+Blue) = 100+188+42=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 188 (73.83% from 255 or 56.97% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BC2A is #9B43D5. Grayscale: #919191. Windows color (decimal): -10175446 or 2800740. OLE color: 2800740.

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

Color convert

RGB 100 188 42 -
CMYK 0.47 0 0.78 0.26
HSL 96.16º 0.63% 0.45% -
HSV(B) 96.16º 0.78% 0.74% -
XYZ 23.66 38.84 8.44 -
YUV 145.04 69.85 95.87 -
System Red Green Blue C M Y K H S L
Decimal 100 188 42 0.47 0 0.78 0.26 96.16 0.63 0.45
Hex 64 BC 2A 2F 0 4E 1A 60 3F 2D
Octal 144 274 52 57 0 116 32 140 77 55
Binary 1100100 10111100 101010 101111 0 1001110 11010 1100000 111111 101101

Color Harmonies of #64BC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BC2A

Black with #64BC2A

Text Example


Text Example

White with #64BC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,188,42); }

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

background-color css

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

 a { background-color: rgb(100,188,42); }

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

border-color css

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

 span { border-color: rgb(100,188,42); }

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