Html Css Color HEX #52BD54 Fruit Salad

📋 copy color: '#52BD54'

red 82 ◦ green 189 ◦ blue 84

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

Shades of Fruit Salad #52BD54

Tints of Fruit Salad #52BD54

RGB

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

 GREEN value IS 189 (74.22% from 255) = 53.24%

 BLUE value IS 84 (33.2% from 255) = 23.66%

R = 23.1%
G = 53.24%
B = 23.66%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#52BD54 (or 0x52BD54) is known color: Fruit Salad. HEX triplet: 52, BD and 54. RGB value is (82,189,84). Sum of RGB (Red+Green+Blue) = 82+189+84=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 189 (74.22% from 255 or 53.24% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 189 - color contains mainly: green. Hex color #52BD54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BD54 is #AD42AB. Grayscale: #919191. Windows color (decimal): -11354796 or 5553490. OLE color: 5553490.

HSL color Cylindrical-coordinate representation of color #52BD54: hue angle of 121.12º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BD54 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 189 84 -
CMYK 0.57 0 0.56 0.26
HSL 121.12º 0.45% 0.53% -
HSV(B) 121.12º 0.57% 0.74% -
XYZ 23.28 38.83 14.66 -
YUV 145.04 93.55 83.04 -
System Red Green Blue C M Y K H S L
Decimal 82 189 84 0.57 0 0.56 0.26 121.12 0.45 0.53
Hex 52 BD 54 39 0 38 1A 79 2D 35
Octal 122 275 124 71 0 70 32 171 55 65
Binary 1010010 10111101 1010100 111001 0 111000 11010 1111001 101101 110101

Color Harmonies of #52BD54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BD54

Black with #52BD54

Text Example


Text Example

White with #52BD54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,189,84); }

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

background-color css

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

 a { background-color: rgb(82,189,84); }

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

border-color css

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

 span { border-color: rgb(82,189,84); }

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