Html Css Color HEX #64D531 Apple

📋 copy color: '#64D531'

red 100 ◦ green 213 ◦ blue 49

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

Shades of Apple #64D531

Tints of Apple #64D531

RGB

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

 GREEN value IS 213 (83.59% from 255) = 58.84%

 BLUE value IS 49 (19.53% from 255) = 13.54%

R = 27.62%
G = 58.84%
B = 13.54%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#64D531 (or 0x64D531) is known color: Apple. HEX triplet: 64, D5 and 31. RGB value is (100,213,49). Sum of RGB (Red+Green+Blue) = 100+213+49=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 213 (83.59% from 255 or 58.84% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 213 - color contains mainly: green. Hex color #64D531 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D531 is #9B2ACE. Grayscale: #A1A1A1. Windows color (decimal): -10169039 or 3265892. OLE color: 3265892.

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

Color convert

RGB 100 213 49 -
CMYK 0.53 0 0.77 0.16
HSL 101.34º 0.66% 0.51% -
HSV(B) 101.34º 0.77% 0.84% -
XYZ 29.6 50.52 11.1 -
YUV 160.52 65.06 84.84 -
System Red Green Blue C M Y K H S L
Decimal 100 213 49 0.53 0 0.77 0.16 101.34 0.66 0.51
Hex 64 D5 31 35 0 4D 10 65 42 33
Octal 144 325 61 65 0 115 20 145 102 63
Binary 1100100 11010101 110001 110101 0 1001101 10000 1100101 1000010 110011

Color Harmonies of #64D531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D531

Black with #64D531

Text Example


Text Example

White with #64D531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,213,49); }

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

background-color css

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

 a { background-color: rgb(100,213,49); }

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

border-color css

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

 span { border-color: rgb(100,213,49); }

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