Html Css Color HEX #53AD4B Fruit Salad

📋 copy color: '#53AD4B'

red 83 ◦ green 173 ◦ blue 75

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

Shades of Fruit Salad #53AD4B

Tints of Fruit Salad #53AD4B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 52.27%

 BLUE value IS 75 (29.69% from 255) = 22.66%

R = 25.08%
G = 52.27%
B = 22.66%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#53AD4B (or 0x53AD4B) is known color: Fruit Salad. HEX triplet: 53, AD and 4B. RGB value is (83,173,75). Sum of RGB (Red+Green+Blue) = 83+173+75=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 173 (67.97% from 255 or 52.27% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AD4B is #AC52B4. Grayscale: #878787. Windows color (decimal): -11293365 or 4959571. OLE color: 4959571.

HSL color Cylindrical-coordinate representation of color #53AD4B: hue angle of 115.1º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53AD4B is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 173 75 -
CMYK 0.52 0 0.57 0.32
HSL 115.1º 0.4% 0.49% -
HSV(B) 115.1º 0.57% 0.68% -
XYZ 19.78 32.23 11.84 -
YUV 134.92 94.18 90.97 -
System Red Green Blue C M Y K H S L
Decimal 83 173 75 0.52 0 0.57 0.32 115.1 0.4 0.49
Hex 53 AD 4B 34 0 39 20 73 28 31
Octal 123 255 113 64 0 71 40 163 50 61
Binary 1010011 10101101 1001011 110100 0 111001 100000 1110011 101000 110001

Color Harmonies of #53AD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AD4B

Black with #53AD4B

Text Example


Text Example

White with #53AD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,173,75); }

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

background-color css

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

 a { background-color: rgb(83,173,75); }

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

border-color css

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

 span { border-color: rgb(83,173,75); }

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