#56C234

Color #56C234 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #56C234

Tints of Apple #56C234

Color information

#56C234 (or 0x56C234) is unknown color: approx Apple. HEX triplet: 56, C2 and 34. RGB value is (86,194,52). Sum of RGB (Red+Green+Blue) = 86+194+52=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 194 (76.17% from 255 or 58.43% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 194 - color contains mainly: green. Hex color #56C234 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56C234 is #A93DCB. Grayscale: #919191. Windows color (decimal): -11091404 or 3457622. OLE color: 3457622.

HSL color Cylindrical-coordinate representation of color #56C234: hue angle of 105.63º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #56C234 is Cyan = 0.56, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB8619452-
CMYK0.5600.730.24
HSL105.63º57.72%48.24%-
HSV(B)105.63º73.2%76.08%-
XYZ23.7540.819.87-
YUV145.5275.2285.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.90%
GREEN value IS 194 (76.17% from 255) = 58.43%
BLUE value IS 52 (20.70% from 255) = 15.66%
R=25.90%
G=58.43%
B=15.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal86194520.5600.730.24105.6357.7248.24
Hex56C23438049186a3a30
Octal12630264700111301527260
Binary10101101100001011010011100001001001110001101010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,194,52); }

 H1.HeaderClassName
 {
   color: #56C234;
 }
 .AnyTagClassName
 {
   color: #56C234;
 }
</style>
background-color css

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

 a { background-color: rgb(86,194,52); }

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

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

 span { border-color: rgb(86,194,52); }

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