Html Css Color HEX #56C342 Apple

📋 copy color: '#56C342'

red 86 ◦ green 195 ◦ blue 66

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

Shades of Apple #56C342

Tints of Apple #56C342

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.2%

 BLUE value IS 66 (26.17% from 255) = 19.02%

R = 24.78%
G = 56.2%
B = 19.02%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#56C342 (or 0x56C342) is known color: Apple. HEX triplet: 56, C3 and 42. RGB value is (86,195,66). Sum of RGB (Red+Green+Blue) = 86+195+66=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 195 (76.56% from 255 or 56.20% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 195 - color contains mainly: green. Hex color #56C342 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56C342 is #A93CBD. Grayscale: #949494. Windows color (decimal): -11091134 or 4375382. OLE color: 4375382.

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

Color convert

RGB 86 195 66 -
CMYK 0.56 0 0.66 0.24
HSL 110.7º 0.52% 0.51% -
HSV(B) 110.7º 0.66% 0.76% -
XYZ 24.34 41.4 11.86 -
YUV 147.7 81.89 83.99 -
System Red Green Blue C M Y K H S L
Decimal 86 195 66 0.56 0 0.66 0.24 110.7 0.52 0.51
Hex 56 C3 42 38 0 42 18 6F 34 33
Octal 126 303 102 70 0 102 30 157 64 63
Binary 1010110 11000011 1000010 111000 0 1000010 11000 1101111 110100 110011

Color Harmonies of #56C342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56C342

Black with #56C342

Text Example


Text Example

White with #56C342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,195,66); }

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

background-color css

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

 a { background-color: rgb(86,195,66); }

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

border-color css

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

 span { border-color: rgb(86,195,66); }

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