Html Css Color HEX #53B852 Fruit Salad

📋 copy color: '#53B852'

red 83 ◦ green 184 ◦ blue 82

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

Shades of Fruit Salad #53B852

Tints of Fruit Salad #53B852

RGB

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

 GREEN value IS 184 (72.27% from 255) = 52.72%

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

R = 23.78%
G = 52.72%
B = 23.5%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#53B852 (or 0x53B852) is known color: Fruit Salad. HEX triplet: 53, B8 and 52. RGB value is (83,184,82). Sum of RGB (Red+Green+Blue) = 83+184+82=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 184 (72.27% from 255 or 52.72% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 184 - color contains mainly: green. Hex color #53B852 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B852 is #AC47AD. Grayscale: #8E8E8E. Windows color (decimal): -11290542 or 5421139. OLE color: 5421139.

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

Color convert

RGB 83 184 82 -
CMYK 0.55 0 0.55 0.28
HSL 119.41º 0.42% 0.52% -
HSV(B) 119.41º 0.55% 0.72% -
XYZ 22.23 36.73 13.9 -
YUV 142.17 94.04 85.79 -
System Red Green Blue C M Y K H S L
Decimal 83 184 82 0.55 0 0.55 0.28 119.41 0.42 0.52
Hex 53 B8 52 37 0 37 1C 77 2A 34
Octal 123 270 122 67 0 67 34 167 52 64
Binary 1010011 10111000 1010010 110111 0 110111 11100 1110111 101010 110100

Color Harmonies of #53B852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B852

Black with #53B852

Text Example


Text Example

White with #53B852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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