Html Css Color HEX #52B25A Fruit Salad

📋 copy color: '#52B25A'

red 82 ◦ green 178 ◦ blue 90

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

Shades of Fruit Salad #52B25A

Tints of Fruit Salad #52B25A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50.86%

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

R = 23.43%
G = 50.86%
B = 25.71%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#52B25A (or 0x52B25A) is known color: Fruit Salad. HEX triplet: 52, B2 and 5A. RGB value is (82,178,90). Sum of RGB (Red+Green+Blue) = 82+178+90=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 178 (69.92% from 255 or 50.86% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 178 - color contains mainly: green. Hex color #52B25A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B25A is #AD4DA5. Grayscale: #8B8B8B. Windows color (decimal): -11357606 or 5943890. OLE color: 5943890.

HSL color Cylindrical-coordinate representation of color #52B25A: hue angle of 125º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B25A is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 82 178 90 -
CMYK 0.54 0 0.49 0.30
HSL 125º 0.38% 0.51% -
HSV(B) 125º 0.54% 0.7% -
XYZ 21.25 34.37 15.19 -
YUV 139.26 100.2 87.16 -
System Red Green Blue C M Y K H S L
Decimal 82 178 90 0.54 0 0.49 0.30 125 0.38 0.51
Hex 52 B2 5A 36 0 31 1E 7D 26 33
Octal 122 262 132 66 0 61 36 175 46 63
Binary 1010010 10110010 1011010 110110 0 110001 11110 1111101 100110 110011

Color Harmonies of #52B25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B25A

Black with #52B25A

Text Example


Text Example

White with #52B25A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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