Html Css Color HEX #53B952 Fruit Salad

📋 copy color: '#53B952'

red 83 ◦ green 185 ◦ blue 82

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

Shades of Fruit Salad #53B952

Tints of Fruit Salad #53B952

RGB

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

 GREEN value IS 185 (72.66% from 255) = 52.86%

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

R = 23.71%
G = 52.86%
B = 23.43%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#53B952 (or 0x53B952) is known color: Fruit Salad. HEX triplet: 53, B9 and 52. RGB value is (83,185,82). Sum of RGB (Red+Green+Blue) = 83+185+82=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 185 (72.66% from 255 or 52.86% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 185 - color contains mainly: green. Hex color #53B952 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B952 is #AC46AD. Grayscale: #8F8F8F. Windows color (decimal): -11290286 or 5421395. OLE color: 5421395.

HSL color Cylindrical-coordinate representation of color #53B952: hue angle of 119.42º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53B952 is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 185 82 -
CMYK 0.55 0 0.56 0.27
HSL 119.42º 0.42% 0.52% -
HSV(B) 119.42º 0.56% 0.73% -
XYZ 22.44 37.15 13.97 -
YUV 142.76 93.71 85.38 -
System Red Green Blue C M Y K H S L
Decimal 83 185 82 0.55 0 0.56 0.27 119.42 0.42 0.52
Hex 53 B9 52 37 0 38 1B 77 2A 34
Octal 123 271 122 67 0 70 33 167 52 64
Binary 1010011 10111001 1010010 110111 0 111000 11011 1110111 101010 110100

Color Harmonies of #53B952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B952

Black with #53B952

Text Example


Text Example

White with #53B952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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