Html Css Color HEX #57BD50 Apple

📋 copy color: '#57BD50'

red 87 ◦ green 189 ◦ blue 80

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

Shades of Apple #57BD50

Tints of Apple #57BD50

RGB

 RED value IS 87 (34.38% from 255) = 24.44%

 GREEN value IS 189 (74.22% from 255) = 53.09%

 BLUE value IS 80 (31.64% from 255) = 22.47%

R = 24.44%
G = 53.09%
B = 22.47%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#57BD50 (or 0x57BD50) is known color: Apple. HEX triplet: 57, BD and 50. RGB value is (87,189,80). Sum of RGB (Red+Green+Blue) = 87+189+80=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 189 (74.22% from 255 or 53.09% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 189 - color contains mainly: green. Hex color #57BD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57BD50 is #A842AF. Grayscale: #929292. Windows color (decimal): -11027120 or 5291351. OLE color: 5291351.

HSL color Cylindrical-coordinate representation of color #57BD50: hue angle of 116.15º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57BD50 is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 189 80 -
CMYK 0.54 0 0.58 0.26
HSL 116.15º 0.45% 0.53% -
HSV(B) 116.15º 0.58% 0.74% -
XYZ 23.58 39 13.87 -
YUV 146.08 90.71 85.86 -
System Red Green Blue C M Y K H S L
Decimal 87 189 80 0.54 0 0.58 0.26 116.15 0.45 0.53
Hex 57 BD 50 36 0 3A 1A 74 2D 35
Octal 127 275 120 66 0 72 32 164 55 65
Binary 1010111 10111101 1010000 110110 0 111010 11010 1110100 101101 110101

Color Harmonies of #57BD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BD50

Black with #57BD50

Text Example


Text Example

White with #57BD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57BD50; }

 p { color: rgb(87,189,80); }

 H1.HeaderClassName
 {
   color: #57BD50;
 }
 .AnyTagClassName
 {
   color: #57BD50;
 }
</style>

background-color css

<style>
 a { background-color: #57BD50; }

 a { background-color: rgb(87,189,80); }

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

border-color css

<style>
 span { border-color: #57BD50; }

 span { border-color: rgb(87,189,80); }

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