Html Css Color HEX #64BA53 Apple

📋 copy color: '#64BA53'

red 100 ◦ green 186 ◦ blue 83

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

Shades of Apple #64BA53

Tints of Apple #64BA53

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.41%

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

R = 27.1%
G = 50.41%
B = 22.49%

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

#64BA53 (or 0x64BA53) is known color: Apple. HEX triplet: 64, BA and 53. RGB value is (100,186,83). Sum of RGB (Red+Green+Blue) = 100+186+83=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #64BA53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BA53 is #9B45AC. Grayscale: #949494. Windows color (decimal): -10175917 or 5487204. OLE color: 5487204.

HSL color Cylindrical-coordinate representation of color #64BA53: hue angle of 110.1º degrees, saturation: 0.43, 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 #64BA53 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 186 83 -
CMYK 0.46 0 0.55 0.27
HSL 110.1º 0.43% 0.53% -
HSV(B) 110.1º 0.55% 0.73% -
XYZ 24.38 38.45 14.32 -
YUV 148.54 91.01 93.38 -
System Red Green Blue C M Y K H S L
Decimal 100 186 83 0.46 0 0.55 0.27 110.1 0.43 0.53
Hex 64 BA 53 2E 0 37 1B 6E 2B 35
Octal 144 272 123 56 0 67 33 156 53 65
Binary 1100100 10111010 1010011 101110 0 110111 11011 1101110 101011 110101

Color Harmonies of #64BA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BA53

Black with #64BA53

Text Example


Text Example

White with #64BA53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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