Html Css Color HEX #53B458 Fruit Salad

📋 copy color: '#53B458'

red 83 ◦ green 180 ◦ blue 88

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

Shades of Fruit Salad #53B458

Tints of Fruit Salad #53B458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.07%

R = 23.65%
G = 51.28%
B = 25.07%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#53B458 (or 0x53B458) is known color: Fruit Salad. HEX triplet: 53, B4 and 58. RGB value is (83,180,88). Sum of RGB (Red+Green+Blue) = 83+180+88=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 180 (70.70% from 255 or 51.28% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 180 - color contains mainly: green. Hex color #53B458 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B458 is #AC4BA7. Grayscale: #8C8C8C. Windows color (decimal): -11291560 or 5813331. OLE color: 5813331.

HSL color Cylindrical-coordinate representation of color #53B458: hue angle of 123.09º 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 #53B458 is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 180 88 -
CMYK 0.54 0 0.51 0.29
HSL 123.09º 0.39% 0.52% -
HSV(B) 123.09º 0.54% 0.71% -
XYZ 21.65 35.19 14.88 -
YUV 140.51 98.36 86.98 -
System Red Green Blue C M Y K H S L
Decimal 83 180 88 0.54 0 0.51 0.29 123.09 0.39 0.52
Hex 53 B4 58 36 0 33 1D 7B 27 34
Octal 123 264 130 66 0 63 35 173 47 64
Binary 1010011 10110100 1011000 110110 0 110011 11101 1111011 100111 110100

Color Harmonies of #53B458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B458

Black with #53B458

Text Example


Text Example

White with #53B458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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