Html Css Color HEX #52C351 Fruit Salad

📋 copy color: '#52C351'

red 82 ◦ green 195 ◦ blue 81

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

Shades of Fruit Salad #52C351

Tints of Fruit Salad #52C351

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.47%

 BLUE value IS 81 (32.03% from 255) = 22.63%

R = 22.91%
G = 54.47%
B = 22.63%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#52C351 (or 0x52C351) is known color: Fruit Salad. HEX triplet: 52, C3 and 51. RGB value is (82,195,81). Sum of RGB (Red+Green+Blue) = 82+195+81=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 195 (76.56% from 255 or 54.47% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 195 - color contains mainly: green. Hex color #52C351 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C351 is #AD3CAE. Grayscale: #949494. Windows color (decimal): -11353263 or 5358418. OLE color: 5358418.

HSL color Cylindrical-coordinate representation of color #52C351: hue angle of 119.47º degrees, saturation: 0.49, 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 #52C351 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 195 81 -
CMYK 0.58 0 0.58 0.24
HSL 119.47º 0.49% 0.54% -
HSV(B) 119.47º 0.58% 0.76% -
XYZ 24.48 41.42 14.49 -
YUV 148.22 90.06 80.77 -
System Red Green Blue C M Y K H S L
Decimal 82 195 81 0.58 0 0.58 0.24 119.47 0.49 0.54
Hex 52 C3 51 3A 0 3A 18 77 31 36
Octal 122 303 121 72 0 72 30 167 61 66
Binary 1010010 11000011 1010001 111010 0 111010 11000 1110111 110001 110110

Color Harmonies of #52C351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C351

Black with #52C351

Text Example


Text Example

White with #52C351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,195,81); }

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

background-color css

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

 a { background-color: rgb(82,195,81); }

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

border-color css

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

 span { border-color: rgb(82,195,81); }

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