Html Css Color HEX #56C94B Apple

📋 copy color: '#56C94B'

red 86 ◦ green 201 ◦ blue 75

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

Shades of Apple #56C94B

Tints of Apple #56C94B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 55.52%

 BLUE value IS 75 (29.69% from 255) = 20.72%

R = 23.76%
G = 55.52%
B = 20.72%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#56C94B (or 0x56C94B) is known color: Apple. HEX triplet: 56, C9 and 4B. RGB value is (86,201,75). Sum of RGB (Red+Green+Blue) = 86+201+75=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 201 (78.91% from 255 or 55.52% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 201 - color contains mainly: green. Hex color #56C94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56C94B is #A936B4. Grayscale: #989898. Windows color (decimal): -11089589 or 4966742. OLE color: 4966742.

HSL color Cylindrical-coordinate representation of color #56C94B: hue angle of 114.76º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56C94B is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 86 201 75 -
CMYK 0.57 0 0.63 0.21
HSL 114.76º 0.54% 0.54% -
HSV(B) 114.76º 0.63% 0.79% -
XYZ 25.99 44.26 13.83 -
YUV 152.25 84.4 80.75 -
System Red Green Blue C M Y K H S L
Decimal 86 201 75 0.57 0 0.63 0.21 114.76 0.54 0.54
Hex 56 C9 4B 39 0 3F 15 73 36 36
Octal 126 311 113 71 0 77 25 163 66 66
Binary 1010110 11001001 1001011 111001 0 111111 10101 1110011 110110 110110

Color Harmonies of #56C94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56C94B

Black with #56C94B

Text Example


Text Example

White with #56C94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,201,75); }

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

background-color css

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

 a { background-color: rgb(86,201,75); }

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

border-color css

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

 span { border-color: rgb(86,201,75); }

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