Html Css Color HEX #52B851 Fruit Salad

📋 copy color: '#52B851'

red 82 ◦ green 184 ◦ blue 81

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

Shades of Fruit Salad #52B851

Tints of Fruit Salad #52B851

RGB

 RED value IS 82 (32.42% from 255) = 23.63%

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

 BLUE value IS 81 (32.03% from 255) = 23.34%

R = 23.63%
G = 53.03%
B = 23.34%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#52B851 (or 0x52B851) is known color: Fruit Salad. HEX triplet: 52, B8 and 51. RGB value is (82,184,81). Sum of RGB (Red+Green+Blue) = 82+184+81=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 184 (72.27% from 255 or 53.03% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 184 - color contains mainly: green. Hex color #52B851 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B851 is #AD47AE. Grayscale: #8E8E8E. Windows color (decimal): -11356079 or 5355602. OLE color: 5355602.

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

Color convert

RGB 82 184 81 -
CMYK 0.55 0 0.56 0.28
HSL 119.42º 0.42% 0.52% -
HSV(B) 119.42º 0.56% 0.72% -
XYZ 22.11 36.67 13.7 -
YUV 141.76 93.71 85.38 -
System Red Green Blue C M Y K H S L
Decimal 82 184 81 0.55 0 0.56 0.28 119.42 0.42 0.52
Hex 52 B8 51 37 0 38 1C 77 2A 34
Octal 122 270 121 67 0 70 34 167 52 64
Binary 1010010 10111000 1010001 110111 0 111000 11100 1110111 101010 110100

Color Harmonies of #52B851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B851

Black with #52B851

Text Example


Text Example

White with #52B851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52B851; }

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

 H1.HeaderClassName
 {
   color: #52B851;
 }
 .AnyTagClassName
 {
   color: #52B851;
 }
</style>

background-color css

<style>
 a { background-color: #52B851; }

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

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

border-color css

<style>
 span { border-color: #52B851; }

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

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