Html Css Color HEX #52B14E Fruit Salad

📋 copy color: '#52B14E'

red 82 ◦ green 177 ◦ blue 78

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

Shades of Fruit Salad #52B14E

Tints of Fruit Salad #52B14E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 52.52%

 BLUE value IS 78 (30.86% from 255) = 23.15%

R = 24.33%
G = 52.52%
B = 23.15%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#52B14E (or 0x52B14E) is known color: Fruit Salad. HEX triplet: 52, B1 and 4E. RGB value is (82,177,78). Sum of RGB (Red+Green+Blue) = 82+177+78=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 177 (69.53% from 255 or 52.52% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 177 - color contains mainly: green. Hex color #52B14E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B14E is #AD4EB1. Grayscale: #898989. Windows color (decimal): -11357874 or 5157202. OLE color: 5157202.

HSL color Cylindrical-coordinate representation of color #52B14E: hue angle of 117.58º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52B14E is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 177 78 -
CMYK 0.54 0 0.56 0.31
HSL 117.58º 0.39% 0.5% -
HSV(B) 117.58º 0.56% 0.69% -
XYZ 20.58 33.79 12.64 -
YUV 137.31 94.53 88.55 -
System Red Green Blue C M Y K H S L
Decimal 82 177 78 0.54 0 0.56 0.31 117.58 0.39 0.5
Hex 52 B1 4E 36 0 38 1F 76 27 32
Octal 122 261 116 66 0 70 37 166 47 62
Binary 1010010 10110001 1001110 110110 0 111000 11111 1110110 100111 110010

Color Harmonies of #52B14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B14E

Black with #52B14E

Text Example


Text Example

White with #52B14E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,177,78); }

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

background-color css

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

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

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

border-color css

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

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

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