Html Css Color HEX #52C154 Fruit Salad

📋 copy color: '#52C154'

red 82 ◦ green 193 ◦ blue 84

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

Shades of Fruit Salad #52C154

Tints of Fruit Salad #52C154

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.76%

 BLUE value IS 84 (33.2% from 255) = 23.4%

R = 22.84%
G = 53.76%
B = 23.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#52C154 (or 0x52C154) is known color: Fruit Salad. HEX triplet: 52, C1 and 54. RGB value is (82,193,84). Sum of RGB (Red+Green+Blue) = 82+193+84=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 193 (75.78% from 255 or 53.76% from 359); Blue value is 84 (33.20% from 255 or 23.40% from 359); Max value from RGB is 193 - color contains mainly: green. Hex color #52C154 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C154 is #AD3EAB. Grayscale: #939393. Windows color (decimal): -11353772 or 5554514. OLE color: 5554514.

HSL color Cylindrical-coordinate representation of color #52C154: hue angle of 121.08º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C154 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 193 84 -
CMYK 0.58 0 0.56 0.24
HSL 121.08º 0.47% 0.54% -
HSV(B) 121.08º 0.58% 0.76% -
XYZ 24.15 40.57 14.95 -
YUV 147.39 92.23 81.36 -
System Red Green Blue C M Y K H S L
Decimal 82 193 84 0.58 0 0.56 0.24 121.08 0.47 0.54
Hex 52 C1 54 3A 0 38 18 79 2F 36
Octal 122 301 124 72 0 70 30 171 57 66
Binary 1010010 11000001 1010100 111010 0 111000 11000 1111001 101111 110110

Color Harmonies of #52C154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C154

Black with #52C154

Text Example


Text Example

White with #52C154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,193,84); }

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

background-color css

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

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

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

border-color css

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

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

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