Html Css Color HEX #52B84A Fruit Salad

📋 copy color: '#52B84A'

red 82 ◦ green 184 ◦ blue 74

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

Shades of Fruit Salad #52B84A

Tints of Fruit Salad #52B84A

RGB

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

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

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

R = 24.12%
G = 54.12%
B = 21.76%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#52B84A (or 0x52B84A) is known color: Fruit Salad. HEX triplet: 52, B8 and 4A. RGB value is (82,184,74). Sum of RGB (Red+Green+Blue) = 82+184+74=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 184 (72.27% from 255 or 54.12% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 184 - color contains mainly: green. Hex color #52B84A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B84A is #AD47B5. Grayscale: #8D8D8D. Windows color (decimal): -11356086 or 4896850. OLE color: 4896850.

HSL color Cylindrical-coordinate representation of color #52B84A: hue angle of 115.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52B84A is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 82 184 74 -
CMYK 0.55 0 0.60 0.28
HSL 115.64º 0.44% 0.51% -
HSV(B) 115.64º 0.6% 0.72% -
XYZ 21.86 36.57 12.39 -
YUV 140.96 90.21 85.94 -
System Red Green Blue C M Y K H S L
Decimal 82 184 74 0.55 0 0.60 0.28 115.64 0.44 0.51
Hex 52 B8 4A 37 0 3C 1C 74 2C 33
Octal 122 270 112 67 0 74 34 164 54 63
Binary 1010010 10111000 1001010 110111 0 111100 11100 1110100 101100 110011

Color Harmonies of #52B84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B84A

Black with #52B84A

Text Example


Text Example

White with #52B84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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