Html Css Color HEX #52BD52 Fruit Salad

📋 copy color: '#52BD52'

red 82 ◦ green 189 ◦ blue 82

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

Shades of Fruit Salad #52BD52

Tints of Fruit Salad #52BD52

RGB

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

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

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

R = 23.23%
G = 53.54%
B = 23.23%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#52BD52 (or 0x52BD52) is known color: Fruit Salad. HEX triplet: 52, BD and 52. RGB value is (82,189,82). Sum of RGB (Red+Green+Blue) = 82+189+82=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 189 (74.22% from 255 or 53.54% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 189 - color contains mainly: green. Hex color #52BD52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BD52 is #AD42AD. Grayscale: #919191. Windows color (decimal): -11354798 or 5422418. OLE color: 5422418.

HSL color Cylindrical-coordinate representation of color #52BD52: hue angle of 120º 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 #52BD52 is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 189 82 -
CMYK 0.57 0 0.57 0.26
HSL 120º 0.45% 0.53% -
HSV(B) 120º 0.57% 0.74% -
XYZ 23.2 38.8 14.25 -
YUV 144.81 92.55 83.2 -
System Red Green Blue C M Y K H S L
Decimal 82 189 82 0.57 0 0.57 0.26 120 0.45 0.53
Hex 52 BD 52 39 0 39 1A 78 2D 35
Octal 122 275 122 71 0 71 32 170 55 65
Binary 1010010 10111101 1010010 111001 0 111001 11010 1111000 101101 110101

Color Harmonies of #52BD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BD52

Black with #52BD52

Text Example


Text Example

White with #52BD52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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