Html Css Color HEX #64B953 Apple

📋 copy color: '#64B953'

red 100 ◦ green 185 ◦ blue 83

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

Shades of Apple #64B953

Tints of Apple #64B953

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50.27%

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

R = 27.17%
G = 50.27%
B = 22.55%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#64B953 (or 0x64B953) is known color: Apple. HEX triplet: 64, B9 and 53. RGB value is (100,185,83). Sum of RGB (Red+Green+Blue) = 100+185+83=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 185 (72.66% from 255 or 50.27% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 185 - color contains mainly: green. Hex color #64B953 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B953 is #9B46AC. Grayscale: #949494. Windows color (decimal): -10176173 or 5486948. OLE color: 5486948.

HSL color Cylindrical-coordinate representation of color #64B953: hue angle of 110º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64B953 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 185 83 -
CMYK 0.46 0 0.55 0.27
HSL 110º 0.42% 0.53% -
HSV(B) 110º 0.55% 0.73% -
XYZ 24.17 38.03 14.25 -
YUV 147.96 91.34 93.79 -
System Red Green Blue C M Y K H S L
Decimal 100 185 83 0.46 0 0.55 0.27 110 0.42 0.53
Hex 64 B9 53 2E 0 37 1B 6E 2A 35
Octal 144 271 123 56 0 67 33 156 52 65
Binary 1100100 10111001 1010011 101110 0 110111 11011 1101110 101010 110101

Color Harmonies of #64B953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B953

Black with #64B953

Text Example


Text Example

White with #64B953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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