Html Css Color HEX #51C352 Fruit Salad

📋 copy color: '#51C352'

red 81 ◦ green 195 ◦ blue 82

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

Shades of Fruit Salad #51C352

Tints of Fruit Salad #51C352

RGB

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

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

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

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

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

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

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

Color convert

RGB 81 195 82 -
CMYK 0.58 0 0.58 0.24
HSL 120.53º 0.49% 0.54% -
HSV(B) 120.53º 0.58% 0.76% -
XYZ 24.43 41.39 14.68 -
YUV 148.03 90.73 80.19 -
System Red Green Blue C M Y K H S L
Decimal 81 195 82 0.58 0 0.58 0.24 120.53 0.49 0.54
Hex 51 C3 52 3A 0 3A 18 79 31 36
Octal 121 303 122 72 0 72 30 171 61 66
Binary 1010001 11000011 1010010 111010 0 111010 11000 1111001 110001 110110

Color Harmonies of #51C352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51C352

Black with #51C352

Text Example


Text Example

White with #51C352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51C352; }

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

 H1.HeaderClassName
 {
   color: #51C352;
 }
 .AnyTagClassName
 {
   color: #51C352;
 }
</style>

background-color css

<style>
 a { background-color: #51C352; }

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

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

border-color css

<style>
 span { border-color: #51C352; }

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

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