Html Css Color HEX #51A752 Fruit Salad

📋 copy color: '#51A752'

red 81 ◦ green 167 ◦ blue 82

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

Shades of Fruit Salad #51A752

Tints of Fruit Salad #51A752

RGB

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

 GREEN value IS 167 (65.63% from 255) = 50.61%

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

R = 24.55%
G = 50.61%
B = 24.85%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#51A752 (or 0x51A752) is known color: Fruit Salad. HEX triplet: 51, A7 and 52. RGB value is (81,167,82). Sum of RGB (Red+Green+Blue) = 81+167+82=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 167 (65.62% from 255 or 50.61% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 167 - color contains mainly: green. Hex color #51A752 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A752 is #AE58AD. Grayscale: #838383. Windows color (decimal): -11425966 or 5416785. OLE color: 5416785.

HSL color Cylindrical-coordinate representation of color #51A752: hue angle of 120.7º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #51A752 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB 81 167 82 -
CMYK 0.51 0 0.51 0.35
HSL 120.7º 0.35% 0.49% -
HSV(B) 120.7º 0.51% 0.65% -
XYZ 18.74 30 12.79 -
YUV 131.6 100.01 91.91 -
System Red Green Blue C M Y K H S L
Decimal 81 167 82 0.51 0 0.51 0.35 120.7 0.35 0.49
Hex 51 A7 52 33 0 33 23 79 23 31
Octal 121 247 122 63 0 63 43 171 43 61
Binary 1010001 10100111 1010010 110011 0 110011 100011 1111001 100011 110001

Color Harmonies of #51A752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A752

Black with #51A752

Text Example


Text Example

White with #51A752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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