Html Css Color HEX #56C534 Apple

📋 copy color: '#56C534'

red 86 ◦ green 197 ◦ blue 52

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

Shades of Apple #56C534

Tints of Apple #56C534

RGB

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

 GREEN value IS 197 (77.34% from 255) = 58.81%

 BLUE value IS 52 (20.7% from 255) = 15.52%

R = 25.67%
G = 58.81%
B = 15.52%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#56C534 (or 0x56C534) is known color: Apple. HEX triplet: 56, C5 and 34. RGB value is (86,197,52). Sum of RGB (Red+Green+Blue) = 86+197+52=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 197 (77.34% from 255 or 58.81% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 197 - color contains mainly: green. Hex color #56C534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56C534 is #A93ACB. Grayscale: #939393. Windows color (decimal): -11090636 or 3458390. OLE color: 3458390.

HSL color Cylindrical-coordinate representation of color #56C534: hue angle of 105.93º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #56C534 is Cyan = 0.56, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 86 197 52 -
CMYK 0.56 0 0.74 0.23
HSL 105.93º 0.58% 0.49% -
HSV(B) 105.93º 0.74% 0.77% -
XYZ 24.42 42.16 10.1 -
YUV 147.28 74.23 84.29 -
System Red Green Blue C M Y K H S L
Decimal 86 197 52 0.56 0 0.74 0.23 105.93 0.58 0.49
Hex 56 C5 34 38 0 4A 17 6A 3A 31
Octal 126 305 64 70 0 112 27 152 72 61
Binary 1010110 11000101 110100 111000 0 1001010 10111 1101010 111010 110001

Color Harmonies of #56C534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56C534

Black with #56C534

Text Example


Text Example

White with #56C534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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