Html Css Color HEX #52B95A Fruit Salad

📋 copy color: '#52B95A'

red 82 ◦ green 185 ◦ blue 90

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

Shades of Fruit Salad #52B95A

Tints of Fruit Salad #52B95A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.82%

 BLUE value IS 90 (35.55% from 255) = 25.21%

R = 22.97%
G = 51.82%
B = 25.21%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#52B95A (or 0x52B95A) is known color: Fruit Salad. HEX triplet: 52, B9 and 5A. RGB value is (82,185,90). Sum of RGB (Red+Green+Blue) = 82+185+90=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 185 (72.66% from 255 or 51.82% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 185 - color contains mainly: green. Hex color #52B95A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B95A is #AD46A5. Grayscale: #8F8F8F. Windows color (decimal): -11355814 or 5945682. OLE color: 5945682.

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

Color convert

RGB 82 185 90 -
CMYK 0.56 0 0.51 0.27
HSL 124.66º 0.42% 0.52% -
HSV(B) 124.66º 0.56% 0.73% -
XYZ 22.67 37.23 15.66 -
YUV 143.37 97.88 84.22 -
System Red Green Blue C M Y K H S L
Decimal 82 185 90 0.56 0 0.51 0.27 124.66 0.42 0.52
Hex 52 B9 5A 38 0 33 1B 7D 2A 34
Octal 122 271 132 70 0 63 33 175 52 64
Binary 1010010 10111001 1011010 111000 0 110011 11011 1111101 101010 110100

Color Harmonies of #52B95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B95A

Black with #52B95A

Text Example


Text Example

White with #52B95A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,185,90); }

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

background-color css

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

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

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

border-color css

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

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

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