Html Css Color HEX #51A14E Fruit Salad

📋 copy color: '#51A14E'

red 81 ◦ green 161 ◦ blue 78

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

Shades of Fruit Salad #51A14E

Tints of Fruit Salad #51A14E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50.31%

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

R = 25.31%
G = 50.31%
B = 24.38%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#51A14E (or 0x51A14E) is known color: Fruit Salad. HEX triplet: 51, A1 and 4E. RGB value is (81,161,78). Sum of RGB (Red+Green+Blue) = 81+161+78=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 161 (63.28% from 255 or 50.31% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 161 - color contains mainly: green. Hex color #51A14E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A14E is #AE5EB1. Grayscale: #7F7F7F. Windows color (decimal): -11427506 or 5153105. OLE color: 5153105.

HSL color Cylindrical-coordinate representation of color #51A14E: hue angle of 117.83º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #51A14E is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB 81 161 78 -
CMYK 0.50 0 0.52 0.37
HSL 117.83º 0.35% 0.47% -
HSV(B) 117.83º 0.52% 0.63% -
XYZ 17.51 27.79 11.65 -
YUV 127.62 100 94.75 -
System Red Green Blue C M Y K H S L
Decimal 81 161 78 0.50 0 0.52 0.37 117.83 0.35 0.47
Hex 51 A1 4E 32 0 34 25 76 23 2F
Octal 121 241 116 62 0 64 45 166 43 57
Binary 1010001 10100001 1001110 110010 0 110100 100101 1110110 100011 101111

Color Harmonies of #51A14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A14E

Black with #51A14E

Text Example


Text Example

White with #51A14E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,161,78); }

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

background-color css

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

 a { background-color: rgb(81,161,78); }

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

border-color css

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

 span { border-color: rgb(81,161,78); }

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