Html Css Color HEX #64CA58 Apple

📋 copy color: '#64CA58'

red 100 ◦ green 202 ◦ blue 88

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

Shades of Apple #64CA58

Tints of Apple #64CA58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.56%

R = 25.64%
G = 51.79%
B = 22.56%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#64CA58 (or 0x64CA58) is known color: Apple. HEX triplet: 64, CA and 58. RGB value is (100,202,88). Sum of RGB (Red+Green+Blue) = 100+202+88=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 202 (79.30% from 255 or 51.79% from 390); Blue value is 88 (34.77% from 255 or 22.56% from 390); Max value from RGB is 202 - color contains mainly: green. Hex color #64CA58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CA58 is #9B35A7. Grayscale: #9E9E9E. Windows color (decimal): -10171816 or 5818980. OLE color: 5818980.

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

Color convert

RGB 100 202 88 -
CMYK 0.50 0 0.56 0.21
HSL 113.68º 0.52% 0.57% -
HSV(B) 113.68º 0.56% 0.79% -
XYZ 28.14 45.65 16.56 -
YUV 158.51 88.21 86.27 -
System Red Green Blue C M Y K H S L
Decimal 100 202 88 0.50 0 0.56 0.21 113.68 0.52 0.57
Hex 64 CA 58 32 0 38 15 72 34 39
Octal 144 312 130 62 0 70 25 162 64 71
Binary 1100100 11001010 1011000 110010 0 111000 10101 1110010 110100 111001

Color Harmonies of #64CA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CA58

Black with #64CA58

Text Example


Text Example

White with #64CA58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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