Html Css Color HEX #64CE51 Apple

📋 copy color: '#64CE51'

red 100 ◦ green 206 ◦ blue 81

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

Shades of Apple #64CE51

Tints of Apple #64CE51

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.23%

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

R = 25.84%
G = 53.23%
B = 20.93%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#64CE51 (or 0x64CE51) is known color: Apple. HEX triplet: 64, CE and 51. RGB value is (100,206,81). Sum of RGB (Red+Green+Blue) = 100+206+81=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 206 (80.86% from 255 or 53.23% from 387); Blue value is 81 (32.03% from 255 or 20.93% from 387); Max value from RGB is 206 - color contains mainly: green. Hex color #64CE51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CE51 is #9B31AE. Grayscale: #A0A0A0. Windows color (decimal): -10170799 or 5361252. OLE color: 5361252.

HSL color Cylindrical-coordinate representation of color #64CE51: hue angle of 110.88º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64CE51 is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 206 81 -
CMYK 0.51 0 0.61 0.19
HSL 110.88º 0.56% 0.56% -
HSV(B) 110.88º 0.61% 0.81% -
XYZ 28.81 47.45 15.42 -
YUV 160.06 83.38 85.16 -
System Red Green Blue C M Y K H S L
Decimal 100 206 81 0.51 0 0.61 0.19 110.88 0.56 0.56
Hex 64 CE 51 33 0 3D 13 6F 38 38
Octal 144 316 121 63 0 75 23 157 70 70
Binary 1100100 11001110 1010001 110011 0 111101 10011 1101111 111000 111000

Color Harmonies of #64CE51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CE51

Black with #64CE51

Text Example


Text Example

White with #64CE51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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