Html Css Color HEX #53B456 Fruit Salad

📋 copy color: '#53B456'

red 83 ◦ green 180 ◦ blue 86

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

Shades of Fruit Salad #53B456

Tints of Fruit Salad #53B456

RGB

 RED value IS 83 (32.81% from 255) = 23.78%

 GREEN value IS 180 (70.7% from 255) = 51.58%

 BLUE value IS 86 (33.98% from 255) = 24.64%

R = 23.78%
G = 51.58%
B = 24.64%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#53B456 (or 0x53B456) is known color: Fruit Salad. HEX triplet: 53, B4 and 56. RGB value is (83,180,86). Sum of RGB (Red+Green+Blue) = 83+180+86=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 180 (70.70% from 255 or 51.58% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 180 - color contains mainly: green. Hex color #53B456 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B456 is #AC4BA9. Grayscale: #8C8C8C. Windows color (decimal): -11291562 or 5682259. OLE color: 5682259.

HSL color Cylindrical-coordinate representation of color #53B456: hue angle of 121.86º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B456 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 180 86 -
CMYK 0.54 0 0.52 0.29
HSL 121.86º 0.39% 0.52% -
HSV(B) 121.86º 0.54% 0.71% -
XYZ 21.57 35.15 14.45 -
YUV 140.28 97.36 87.14 -
System Red Green Blue C M Y K H S L
Decimal 83 180 86 0.54 0 0.52 0.29 121.86 0.39 0.52
Hex 53 B4 56 36 0 34 1D 7A 27 34
Octal 123 264 126 66 0 64 35 172 47 64
Binary 1010011 10110100 1010110 110110 0 110100 11101 1111010 100111 110100

Color Harmonies of #53B456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B456

Black with #53B456

Text Example


Text Example

White with #53B456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53B456; }

 p { color: rgb(83,180,86); }

 H1.HeaderClassName
 {
   color: #53B456;
 }
 .AnyTagClassName
 {
   color: #53B456;
 }
</style>

background-color css

<style>
 a { background-color: #53B456; }

 a { background-color: rgb(83,180,86); }

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

border-color css

<style>
 span { border-color: #53B456; }

 span { border-color: rgb(83,180,86); }

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