Html Css Color HEX #53A252 Fruit Salad

📋 copy color: '#53A252'

red 83 ◦ green 162 ◦ blue 82

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

Shades of Fruit Salad #53A252

Tints of Fruit Salad #53A252

RGB

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

 GREEN value IS 162 (63.67% from 255) = 49.54%

 BLUE value IS 82 (32.42% from 255) = 25.08%

R = 25.38%
G = 49.54%
B = 25.08%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#53A252 (or 0x53A252) is known color: Fruit Salad. HEX triplet: 53, A2 and 52. RGB value is (83,162,82). Sum of RGB (Red+Green+Blue) = 83+162+82=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 162 (63.67% from 255 or 49.54% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 162 - color contains mainly: green. Hex color #53A252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A252 is #AC5DAD. Grayscale: #818181. Windows color (decimal): -11296174 or 5415507. OLE color: 5415507.

HSL color Cylindrical-coordinate representation of color #53A252: hue angle of 119.25º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53A252 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 162 82 -
CMYK 0.49 0 0.49 0.36
HSL 119.25º 0.33% 0.48% -
HSV(B) 119.25º 0.49% 0.64% -
XYZ 18.01 28.29 12.49 -
YUV 129.26 101.33 95 -
System Red Green Blue C M Y K H S L
Decimal 83 162 82 0.49 0 0.49 0.36 119.25 0.33 0.48
Hex 53 A2 52 31 0 31 24 77 21 30
Octal 123 242 122 61 0 61 44 167 41 60
Binary 1010011 10100010 1010010 110001 0 110001 100100 1110111 100001 110000

Color Harmonies of #53A252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A252

Black with #53A252

Text Example


Text Example

White with #53A252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,162,82); }

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

background-color css

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

 a { background-color: rgb(83,162,82); }

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

border-color css

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

 span { border-color: rgb(83,162,82); }

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