Html Css Color HEX #64CE53 Apple

📋 copy color: '#64CE53'

red 100 ◦ green 206 ◦ blue 83

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

Shades of Apple #64CE53

Tints of Apple #64CE53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.34%

R = 25.71%
G = 52.96%
B = 21.34%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#64CE53 (or 0x64CE53) is known color: Apple. HEX triplet: 64, CE and 53. RGB value is (100,206,83). Sum of RGB (Red+Green+Blue) = 100+206+83=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 206 (80.86% from 255 or 52.96% from 389); Blue value is 83 (32.81% from 255 or 21.34% from 389); Max value from RGB is 206 - color contains mainly: green. Hex color #64CE53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CE53 is #9B31AC. Grayscale: #A0A0A0. Windows color (decimal): -10170797 or 5492324. OLE color: 5492324.

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

Color convert

RGB 100 206 83 -
CMYK 0.51 0 0.60 0.19
HSL 111.71º 0.56% 0.57% -
HSV(B) 111.71º 0.6% 0.81% -
XYZ 28.89 47.48 15.82 -
YUV 160.28 84.38 85 -
System Red Green Blue C M Y K H S L
Decimal 100 206 83 0.51 0 0.60 0.19 111.71 0.56 0.57
Hex 64 CE 53 33 0 3C 13 70 38 39
Octal 144 316 123 63 0 74 23 160 70 71
Binary 1100100 11001110 1010011 110011 0 111100 10011 1110000 111000 111001

Color Harmonies of #64CE53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CE53

Black with #64CE53

Text Example


Text Example

White with #64CE53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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