Html Css Color HEX #64D655 Apple

📋 copy color: '#64D655'

red 100 ◦ green 214 ◦ blue 85

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

Shades of Apple #64D655

Tints of Apple #64D655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.3%

R = 25.06%
G = 53.63%
B = 21.3%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#64D655 (or 0x64D655) is known color: Apple. HEX triplet: 64, D6 and 55. RGB value is (100,214,85). Sum of RGB (Red+Green+Blue) = 100+214+85=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 214 (83.98% from 255 or 53.63% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 214 - color contains mainly: green. Hex color #64D655 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D655 is #9B29AA. Grayscale: #A5A5A5. Windows color (decimal): -10168747 or 5625444. OLE color: 5625444.

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

Color convert

RGB 100 214 85 -
CMYK 0.53 0 0.60 0.16
HSL 113.02º 0.61% 0.59% -
HSV(B) 113.02º 0.6% 0.84% -
XYZ 30.94 51.46 16.9 -
YUV 165.21 82.73 81.49 -
System Red Green Blue C M Y K H S L
Decimal 100 214 85 0.53 0 0.60 0.16 113.02 0.61 0.59
Hex 64 D6 55 35 0 3C 10 71 3D 3B
Octal 144 326 125 65 0 74 20 161 75 73
Binary 1100100 11010110 1010101 110101 0 111100 10000 1110001 111101 111011

Color Harmonies of #64D655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D655

Black with #64D655

Text Example


Text Example

White with #64D655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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