Html Css Color HEX #53AF4A Fruit Salad

📋 copy color: '#53AF4A'

red 83 ◦ green 175 ◦ blue 74

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

Shades of Fruit Salad #53AF4A

Tints of Fruit Salad #53AF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.29%

R = 25%
G = 52.71%
B = 22.29%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#53AF4A (or 0x53AF4A) is known color: Fruit Salad. HEX triplet: 53, AF and 4A. RGB value is (83,175,74). Sum of RGB (Red+Green+Blue) = 83+175+74=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 175 (68.75% from 255 or 52.71% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AF4A is #AC50B5. Grayscale: #888888. Windows color (decimal): -11292854 or 4894547. OLE color: 4894547.

HSL color Cylindrical-coordinate representation of color #53AF4A: hue angle of 114.65º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53AF4A is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 175 74 -
CMYK 0.53 0 0.58 0.31
HSL 114.65º 0.41% 0.49% -
HSV(B) 114.65º 0.58% 0.69% -
XYZ 20.13 32.99 11.79 -
YUV 135.98 93.02 90.21 -
System Red Green Blue C M Y K H S L
Decimal 83 175 74 0.53 0 0.58 0.31 114.65 0.41 0.49
Hex 53 AF 4A 35 0 3A 1F 73 29 31
Octal 123 257 112 65 0 72 37 163 51 61
Binary 1010011 10101111 1001010 110101 0 111010 11111 1110011 101001 110001

Color Harmonies of #53AF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AF4A

Black with #53AF4A

Text Example


Text Example

White with #53AF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,175,74); }

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

background-color css

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

 a { background-color: rgb(83,175,74); }

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

border-color css

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

 span { border-color: rgb(83,175,74); }

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