Html Css Color HEX #52C24E Fruit Salad

📋 copy color: '#52C24E'

red 82 ◦ green 194 ◦ blue 78

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

Shades of Fruit Salad #52C24E

Tints of Fruit Salad #52C24E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 54.8%

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

R = 23.16%
G = 54.8%
B = 22.03%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#52C24E (or 0x52C24E) is known color: Fruit Salad. HEX triplet: 52, C2 and 4E. RGB value is (82,194,78). Sum of RGB (Red+Green+Blue) = 82+194+78=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 194 (76.17% from 255 or 54.80% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 194 - color contains mainly: green. Hex color #52C24E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C24E is #AD3DB1. Grayscale: #939393. Windows color (decimal): -11353522 or 5161554. OLE color: 5161554.

HSL color Cylindrical-coordinate representation of color #52C24E: hue angle of 117.93º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52C24E is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 194 78 -
CMYK 0.58 0 0.60 0.24
HSL 117.93º 0.49% 0.53% -
HSV(B) 117.93º 0.6% 0.76% -
XYZ 24.15 40.93 13.83 -
YUV 147.29 88.89 81.43 -
System Red Green Blue C M Y K H S L
Decimal 82 194 78 0.58 0 0.60 0.24 117.93 0.49 0.53
Hex 52 C2 4E 3A 0 3C 18 76 31 35
Octal 122 302 116 72 0 74 30 166 61 65
Binary 1010010 11000010 1001110 111010 0 111100 11000 1110110 110001 110101

Color Harmonies of #52C24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C24E

Black with #52C24E

Text Example


Text Example

White with #52C24E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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