Html Css Color HEX #52B24B Fruit Salad

📋 copy color: '#52B24B'

red 82 ◦ green 178 ◦ blue 75

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

Shades of Fruit Salad #52B24B

Tints of Fruit Salad #52B24B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.39%

R = 24.48%
G = 53.13%
B = 22.39%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#52B24B (or 0x52B24B) is known color: Fruit Salad. HEX triplet: 52, B2 and 4B. RGB value is (82,178,75). Sum of RGB (Red+Green+Blue) = 82+178+75=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 178 (69.92% from 255 or 53.13% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 178 - color contains mainly: green. Hex color #52B24B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52B24B is #AD4DB4. Grayscale: #898989. Windows color (decimal): -11357621 or 4960850. OLE color: 4960850.

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

Color convert

RGB 82 178 75 -
CMYK 0.54 0 0.58 0.30
HSL 115.92º 0.41% 0.5% -
HSV(B) 115.92º 0.58% 0.7% -
XYZ 20.67 34.14 12.16 -
YUV 137.55 92.7 88.38 -
System Red Green Blue C M Y K H S L
Decimal 82 178 75 0.54 0 0.58 0.30 115.92 0.41 0.5
Hex 52 B2 4B 36 0 3A 1E 74 29 32
Octal 122 262 113 66 0 72 36 164 51 62
Binary 1010010 10110010 1001011 110110 0 111010 11110 1110100 101001 110010

Color Harmonies of #52B24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B24B

Black with #52B24B

Text Example


Text Example

White with #52B24B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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