Html Css Color HEX #64DA51 Apple

📋 copy color: '#64DA51'

red 100 ◦ green 218 ◦ blue 81

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

Shades of Apple #64DA51

Tints of Apple #64DA51

RGB

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

 GREEN value IS 218 (85.55% from 255) = 54.64%

 BLUE value IS 81 (32.03% from 255) = 20.3%

R = 25.06%
G = 54.64%
B = 20.3%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#64DA51 (or 0x64DA51) is known color: Apple. HEX triplet: 64, DA and 51. RGB value is (100,218,81). Sum of RGB (Red+Green+Blue) = 100+218+81=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 218 (85.55% from 255 or 54.64% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DA51 is #9B25AE. Grayscale: #A7A7A7. Windows color (decimal): -10167727 or 5364324. OLE color: 5364324.

HSL color Cylindrical-coordinate representation of color #64DA51: hue angle of 111.68º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #64DA51 is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 218 81 -
CMYK 0.54 0 0.63 0.15
HSL 111.68º 0.65% 0.59% -
HSV(B) 111.68º 0.63% 0.85% -
XYZ 31.81 53.45 16.42 -
YUV 167.1 79.41 80.14 -
System Red Green Blue C M Y K H S L
Decimal 100 218 81 0.54 0 0.63 0.15 111.68 0.65 0.59
Hex 64 DA 51 36 0 3F F 70 41 3B
Octal 144 332 121 66 0 77 17 160 101 73
Binary 1100100 11011010 1010001 110110 0 111111 1111 1110000 1000001 111011

Color Harmonies of #64DA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DA51

Black with #64DA51

Text Example


Text Example

White with #64DA51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,218,81); }

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

background-color css

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

 a { background-color: rgb(100,218,81); }

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

border-color css

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

 span { border-color: rgb(100,218,81); }

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