Html Css Color HEX #56B950 Apple

📋 copy color: '#56B950'

red 86 ◦ green 185 ◦ blue 80

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

Shades of Apple #56B950

Tints of Apple #56B950

RGB

 RED value IS 86 (33.98% from 255) = 24.5%

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

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

R = 24.5%
G = 52.71%
B = 22.79%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#56B950 (or 0x56B950) is known color: Apple. HEX triplet: 56, B9 and 50. RGB value is (86,185,80). Sum of RGB (Red+Green+Blue) = 86+185+80=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 185 (72.66% from 255 or 52.71% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 185 - color contains mainly: green. Hex color #56B950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56B950 is #A946AF. Grayscale: #8F8F8F. Windows color (decimal): -11093680 or 5290326. OLE color: 5290326.

HSL color Cylindrical-coordinate representation of color #56B950: hue angle of 116.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56B950 is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 86 185 80 -
CMYK 0.54 0 0.57 0.27
HSL 116.57º 0.43% 0.52% -
HSV(B) 116.57º 0.57% 0.73% -
XYZ 22.63 37.26 13.59 -
YUV 143.43 92.2 87.04 -
System Red Green Blue C M Y K H S L
Decimal 86 185 80 0.54 0 0.57 0.27 116.57 0.43 0.52
Hex 56 B9 50 36 0 39 1B 75 2B 34
Octal 126 271 120 66 0 71 33 165 53 64
Binary 1010110 10111001 1010000 110110 0 111001 11011 1110101 101011 110100

Color Harmonies of #56B950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56B950

Black with #56B950

Text Example


Text Example

White with #56B950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56B950; }

 p { color: rgb(86,185,80); }

 H1.HeaderClassName
 {
   color: #56B950;
 }
 .AnyTagClassName
 {
   color: #56B950;
 }
</style>

background-color css

<style>
 a { background-color: #56B950; }

 a { background-color: rgb(86,185,80); }

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

border-color css

<style>
 span { border-color: #56B950; }

 span { border-color: rgb(86,185,80); }

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