Html Css Color HEX #64D651 Apple

📋 copy color: '#64D651'

red 100 ◦ green 214 ◦ blue 81

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

Shades of Apple #64D651

Tints of Apple #64D651

RGB

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

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

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

R = 25.32%
G = 54.18%
B = 20.51%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#64D651 (or 0x64D651) is known color: Apple. HEX triplet: 64, D6 and 51. RGB value is (100,214,81). Sum of RGB (Red+Green+Blue) = 100+214+81=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 214 (83.98% from 255 or 54.18% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 214 - color contains mainly: green. Hex color #64D651 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D651 is #9B29AE. Grayscale: #A5A5A5. Windows color (decimal): -10168751 or 5363300. OLE color: 5363300.

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

Color convert

RGB 100 214 81 -
CMYK 0.53 0 0.62 0.16
HSL 111.43º 0.62% 0.58% -
HSV(B) 111.43º 0.62% 0.84% -
XYZ 30.79 51.4 16.08 -
YUV 164.75 80.73 81.81 -
System Red Green Blue C M Y K H S L
Decimal 100 214 81 0.53 0 0.62 0.16 111.43 0.62 0.58
Hex 64 D6 51 35 0 3E 10 6F 3E 3A
Octal 144 326 121 65 0 76 20 157 76 72
Binary 1100100 11010110 1010001 110101 0 111110 10000 1101111 111110 111010

Color Harmonies of #64D651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D651

Black with #64D651

Text Example


Text Example

White with #64D651

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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