Html Css Color HEX #64CD53 Apple

📋 copy color: '#64CD53'

red 100 ◦ green 205 ◦ blue 83

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

Shades of Apple #64CD53

Tints of Apple #64CD53

RGB

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

 GREEN value IS 205 (80.47% from 255) = 52.84%

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

R = 25.77%
G = 52.84%
B = 21.39%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#64CD53 (or 0x64CD53) is known color: Apple. HEX triplet: 64, CD and 53. RGB value is (100,205,83). Sum of RGB (Red+Green+Blue) = 100+205+83=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 205 (80.47% from 255 or 52.84% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CD53 is #9B32AC. Grayscale: #A0A0A0. Windows color (decimal): -10171053 or 5492068. OLE color: 5492068.

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

Color convert

RGB 100 205 83 -
CMYK 0.51 0 0.60 0.20
HSL 111.64º 0.55% 0.56% -
HSV(B) 111.64º 0.6% 0.8% -
XYZ 28.65 47 15.74 -
YUV 159.7 84.71 85.42 -
System Red Green Blue C M Y K H S L
Decimal 100 205 83 0.51 0 0.60 0.20 111.64 0.55 0.56
Hex 64 CD 53 33 0 3C 14 70 37 38
Octal 144 315 123 63 0 74 24 160 67 70
Binary 1100100 11001101 1010011 110011 0 111100 10100 1110000 110111 111000

Color Harmonies of #64CD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CD53

Black with #64CD53

Text Example


Text Example

White with #64CD53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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