Html Css Color HEX #52C651 Fruit Salad

📋 copy color: '#52C651'

red 82 ◦ green 198 ◦ blue 81

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

Shades of Fruit Salad #52C651

Tints of Fruit Salad #52C651

RGB

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

 GREEN value IS 198 (77.73% from 255) = 54.85%

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

R = 22.71%
G = 54.85%
B = 22.44%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#52C651 (or 0x52C651) is known color: Fruit Salad. HEX triplet: 52, C6 and 51. RGB value is (82,198,81). Sum of RGB (Red+Green+Blue) = 82+198+81=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 198 (77.73% from 255 or 54.85% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 198 - color contains mainly: green. Hex color #52C651 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C651 is #AD39AE. Grayscale: #969696. Windows color (decimal): -11352495 or 5359186. OLE color: 5359186.

HSL color Cylindrical-coordinate representation of color #52C651: hue angle of 119.49º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C651 is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 198 81 -
CMYK 0.59 0 0.59 0.22
HSL 119.49º 0.51% 0.55% -
HSV(B) 119.49º 0.59% 0.78% -
XYZ 25.16 42.78 14.72 -
YUV 149.98 89.07 79.51 -
System Red Green Blue C M Y K H S L
Decimal 82 198 81 0.59 0 0.59 0.22 119.49 0.51 0.55
Hex 52 C6 51 3B 0 3B 16 77 33 37
Octal 122 306 121 73 0 73 26 167 63 67
Binary 1010010 11000110 1010001 111011 0 111011 10110 1110111 110011 110111

Color Harmonies of #52C651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C651

Black with #52C651

Text Example


Text Example

White with #52C651

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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