Html Css Color HEX #56BF48 Apple

📋 copy color: '#56BF48'

red 86 ◦ green 191 ◦ blue 72

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

Shades of Apple #56BF48

Tints of Apple #56BF48

RGB

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

 GREEN value IS 191 (75% from 255) = 54.73%

 BLUE value IS 72 (28.52% from 255) = 20.63%

R = 24.64%
G = 54.73%
B = 20.63%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#56BF48 (or 0x56BF48) is known color: Apple. HEX triplet: 56, BF and 48. RGB value is (86,191,72). Sum of RGB (Red+Green+Blue) = 86+191+72=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 191 (75% from 255 or 54.73% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 191 - color contains mainly: green. Hex color #56BF48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56BF48 is #A940B7. Grayscale: #929292. Windows color (decimal): -11092152 or 4767574. OLE color: 4767574.

HSL color Cylindrical-coordinate representation of color #56BF48: hue angle of 112.94º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56BF48 is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 191 72 -
CMYK 0.55 0 0.62 0.25
HSL 112.94º 0.48% 0.52% -
HSV(B) 112.94º 0.62% 0.75% -
XYZ 23.64 39.71 12.55 -
YUV 146.04 86.21 85.18 -
System Red Green Blue C M Y K H S L
Decimal 86 191 72 0.55 0 0.62 0.25 112.94 0.48 0.52
Hex 56 BF 48 37 0 3E 19 71 30 34
Octal 126 277 110 67 0 76 31 161 60 64
Binary 1010110 10111111 1001000 110111 0 111110 11001 1110001 110000 110100

Color Harmonies of #56BF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BF48

Black with #56BF48

Text Example


Text Example

White with #56BF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,191,72); }

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

background-color css

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

 a { background-color: rgb(86,191,72); }

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

border-color css

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

 span { border-color: rgb(86,191,72); }

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