Html Css Color HEX #64CA54 Apple

📋 copy color: '#64CA54'

red 100 ◦ green 202 ◦ blue 84

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

Shades of Apple #64CA54

Tints of Apple #64CA54

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.33%

 BLUE value IS 84 (33.2% from 255) = 21.76%

R = 25.91%
G = 52.33%
B = 21.76%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#64CA54 (or 0x64CA54) is known color: Apple. HEX triplet: 64, CA and 54. RGB value is (100,202,84). Sum of RGB (Red+Green+Blue) = 100+202+84=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 202 (79.30% from 255 or 52.33% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 202 - color contains mainly: green. Hex color #64CA54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CA54 is #9B35AB. Grayscale: #9E9E9E. Windows color (decimal): -10171820 or 5556836. OLE color: 5556836.

HSL color Cylindrical-coordinate representation of color #64CA54: hue angle of 111.86º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64CA54 is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 202 84 -
CMYK 0.50 0 0.58 0.21
HSL 111.86º 0.53% 0.56% -
HSV(B) 111.86º 0.58% 0.79% -
XYZ 27.98 45.59 15.71 -
YUV 158.05 86.21 86.59 -
System Red Green Blue C M Y K H S L
Decimal 100 202 84 0.50 0 0.58 0.21 111.86 0.53 0.56
Hex 64 CA 54 32 0 3A 15 70 35 38
Octal 144 312 124 62 0 72 25 160 65 70
Binary 1100100 11001010 1010100 110010 0 111010 10101 1110000 110101 111000

Color Harmonies of #64CA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CA54

Black with #64CA54

Text Example


Text Example

White with #64CA54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,202,84); }

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

background-color css

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

 a { background-color: rgb(100,202,84); }

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

border-color css

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

 span { border-color: rgb(100,202,84); }

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