Html Css Color HEX #56AF5A Fruit Salad

📋 copy color: '#56AF5A'

red 86 ◦ green 175 ◦ blue 90

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

Shades of Fruit Salad #56AF5A

Tints of Fruit Salad #56AF5A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 49.86%

 BLUE value IS 90 (35.55% from 255) = 25.64%

R = 24.5%
G = 49.86%
B = 25.64%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#56AF5A (or 0x56AF5A) is known color: Fruit Salad. HEX triplet: 56, AF and 5A. RGB value is (86,175,90). Sum of RGB (Red+Green+Blue) = 86+175+90=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 175 - color contains mainly: green. Hex color #56AF5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AF5A is #A950A5. Grayscale: #8A8A8A. Windows color (decimal): -11096230 or 5943126. OLE color: 5943126.

HSL color Cylindrical-coordinate representation of color #56AF5A: hue angle of 122.7º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56AF5A is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 86 175 90 -
CMYK 0.51 0 0.49 0.31
HSL 122.7º 0.36% 0.51% -
HSV(B) 122.7º 0.51% 0.69% -
XYZ 21.01 33.38 15.01 -
YUV 138.7 100.51 90.41 -
System Red Green Blue C M Y K H S L
Decimal 86 175 90 0.51 0 0.49 0.31 122.7 0.36 0.51
Hex 56 AF 5A 33 0 31 1F 7B 24 33
Octal 126 257 132 63 0 61 37 173 44 63
Binary 1010110 10101111 1011010 110011 0 110001 11111 1111011 100100 110011

Color Harmonies of #56AF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56AF5A

Black with #56AF5A

Text Example


Text Example

White with #56AF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,175,90); }

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

background-color css

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

 a { background-color: rgb(86,175,90); }

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

border-color css

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

 span { border-color: rgb(86,175,90); }

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