Html Css Color HEX #64D622 Kelly Green

📋 copy color: '#64D622'

red 100 ◦ green 214 ◦ blue 34

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

Shades of Kelly Green #64D622

Tints of Kelly Green #64D622

RGB

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

 GREEN value IS 214 (83.98% from 255) = 61.49%

 BLUE value IS 34 (13.67% from 255) = 9.77%

R = 28.74%
G = 61.49%
B = 9.77%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#64D622 (or 0x64D622) is known color: Kelly Green. HEX triplet: 64, D6 and 22. RGB value is (100,214,34). Sum of RGB (Red+Green+Blue) = 100+214+34=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 214 (83.98% from 255 or 61.49% from 348); Blue value is 34 (13.67% from 255 or 9.77% from 348); Max value from RGB is 214 - color contains mainly: green. Hex color #64D622 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D622 is #9B29DD. Grayscale: #A0A0A0. Windows color (decimal): -10168798 or 2283108. OLE color: 2283108.

HSL color Cylindrical-coordinate representation of color #64D622: hue angle of 98º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #64D622 is Cyan = 0.53, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 214 34 -
CMYK 0.53 0 0.84 0.16
HSL 98º 0.73% 0.49% -
HSV(B) 98º 0.84% 0.84% -
XYZ 29.59 50.92 9.78 -
YUV 159.39 57.23 85.64 -
System Red Green Blue C M Y K H S L
Decimal 100 214 34 0.53 0 0.84 0.16 98 0.73 0.49
Hex 64 D6 22 35 0 54 10 62 49 31
Octal 144 326 42 65 0 124 20 142 111 61
Binary 1100100 11010110 100010 110101 0 1010100 10000 1100010 1001001 110001

Color Harmonies of #64D622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D622

Black with #64D622

Text Example


Text Example

White with #64D622

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,214,34); }

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

background-color css

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

 a { background-color: rgb(100,214,34); }

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

border-color css

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

 span { border-color: rgb(100,214,34); }

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