Html Css Color HEX #53A75D Fruit Salad

📋 copy color: '#53A75D'

red 83 ◦ green 167 ◦ blue 93

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

Shades of Fruit Salad #53A75D

Tints of Fruit Salad #53A75D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 48.69%

 BLUE value IS 93 (36.72% from 255) = 27.11%

R = 24.2%
G = 48.69%
B = 27.11%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#53A75D (or 0x53A75D) is known color: Fruit Salad. HEX triplet: 53, A7 and 5D. RGB value is (83,167,93). Sum of RGB (Red+Green+Blue) = 83+167+93=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 167 (65.62% from 255 or 48.69% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 167 - color contains mainly: green. Hex color #53A75D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A75D is #AC58A2. Grayscale: #858585. Windows color (decimal): -11294883 or 6137683. OLE color: 6137683.

HSL color Cylindrical-coordinate representation of color #53A75D: hue angle of 127.14º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53A75D is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 83 167 93 -
CMYK 0.50 0 0.44 0.35
HSL 127.14º 0.34% 0.49% -
HSV(B) 127.14º 0.5% 0.65% -
XYZ 19.36 30.27 15.18 -
YUV 133.45 105.17 92.02 -
System Red Green Blue C M Y K H S L
Decimal 83 167 93 0.50 0 0.44 0.35 127.14 0.34 0.49
Hex 53 A7 5D 32 0 2C 23 7F 22 31
Octal 123 247 135 62 0 54 43 177 42 61
Binary 1010011 10100111 1011101 110010 0 101100 100011 1111111 100010 110001

Color Harmonies of #53A75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A75D

Black with #53A75D

Text Example


Text Example

White with #53A75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,167,93); }

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

background-color css

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

 a { background-color: rgb(83,167,93); }

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

border-color css

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

 span { border-color: rgb(83,167,93); }

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