Html Css Color HEX #56AF30 Apple

📋 copy color: '#56AF30'

red 86 ◦ green 175 ◦ blue 48

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

Shades of Apple #56AF30

Tints of Apple #56AF30

RGB

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

 GREEN value IS 175 (68.75% from 255) = 56.63%

 BLUE value IS 48 (19.14% from 255) = 15.53%

R = 27.83%
G = 56.63%
B = 15.53%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#56AF30 (or 0x56AF30) is known color: Apple. HEX triplet: 56, AF and 30. RGB value is (86,175,48). Sum of RGB (Red+Green+Blue) = 86+175+48=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 175 (68.75% from 255 or 56.63% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 175 - color contains mainly: green. Hex color #56AF30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56AF30 is #A950CF. Grayscale: #868686. Windows color (decimal): -11096272 or 3190614. OLE color: 3190614.

HSL color Cylindrical-coordinate representation of color #56AF30: hue angle of 102.05º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #56AF30 is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 86 175 48 -
CMYK 0.51 0 0.73 0.31
HSL 102.05º 0.57% 0.44% -
HSV(B) 102.05º 0.73% 0.69% -
XYZ 19.7 32.85 8.1 -
YUV 133.91 79.51 93.83 -
System Red Green Blue C M Y K H S L
Decimal 86 175 48 0.51 0 0.73 0.31 102.05 0.57 0.44
Hex 56 AF 30 33 0 49 1F 66 39 2C
Octal 126 257 60 63 0 111 37 146 71 54
Binary 1010110 10101111 110000 110011 0 1001001 11111 1100110 111001 101100

Color Harmonies of #56AF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56AF30

Black with #56AF30

Text Example


Text Example

White with #56AF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,175,48); }

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

background-color css

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

 a { background-color: rgb(86,175,48); }

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

border-color css

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

 span { border-color: rgb(86,175,48); }

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