Html Css Color HEX #56D14A Apple

📋 copy color: '#56D14A'

red 86 ◦ green 209 ◦ blue 74

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

Shades of Apple #56D14A

Tints of Apple #56D14A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 56.64%

 BLUE value IS 74 (29.3% from 255) = 20.05%

R = 23.31%
G = 56.64%
B = 20.05%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#56D14A (or 0x56D14A) is known color: Apple. HEX triplet: 56, D1 and 4A. RGB value is (86,209,74). Sum of RGB (Red+Green+Blue) = 86+209+74=369 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.31% from 369); Green value is 209 (82.03% from 255 or 56.64% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 209 - color contains mainly: green. Hex color #56D14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56D14A is #A92EB5. Grayscale: #9D9D9D. Windows color (decimal): -11087542 or 4903254. OLE color: 4903254.

HSL color Cylindrical-coordinate representation of color #56D14A: hue angle of 114.67º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56D14A is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 86 209 74 -
CMYK 0.59 0 0.65 0.18
HSL 114.67º 0.59% 0.55% -
HSV(B) 114.67º 0.65% 0.82% -
XYZ 27.87 48.07 14.29 -
YUV 156.83 81.25 77.48 -
System Red Green Blue C M Y K H S L
Decimal 86 209 74 0.59 0 0.65 0.18 114.67 0.59 0.55
Hex 56 D1 4A 3B 0 41 12 73 3B 37
Octal 126 321 112 73 0 101 22 163 73 67
Binary 1010110 11010001 1001010 111011 0 1000001 10010 1110011 111011 110111

Color Harmonies of #56D14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56D14A

Black with #56D14A

Text Example


Text Example

White with #56D14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,209,74); }

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

background-color css

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

 a { background-color: rgb(86,209,74); }

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

border-color css

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

 span { border-color: rgb(86,209,74); }

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