Html Css Color HEX #51A25A Fruit Salad

📋 copy color: '#51A25A'

red 81 ◦ green 162 ◦ blue 90

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

Shades of Fruit Salad #51A25A

Tints of Fruit Salad #51A25A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 48.65%

 BLUE value IS 90 (35.55% from 255) = 27.03%

R = 24.32%
G = 48.65%
B = 27.03%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#51A25A (or 0x51A25A) is known color: Fruit Salad. HEX triplet: 51, A2 and 5A. RGB value is (81,162,90). Sum of RGB (Red+Green+Blue) = 81+162+90=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 162 (63.67% from 255 or 48.65% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 162 - color contains mainly: green. Hex color #51A25A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A25A is #AE5DA5. Grayscale: #818181. Windows color (decimal): -11427238 or 5939793. OLE color: 5939793.

HSL color Cylindrical-coordinate representation of color #51A25A: hue angle of 126.67º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51A25A is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 81 162 90 -
CMYK 0.50 0 0.44 0.36
HSL 126.67º 0.33% 0.48% -
HSV(B) 126.67º 0.5% 0.64% -
XYZ 18.16 28.33 14.18 -
YUV 129.57 105.66 93.35 -
System Red Green Blue C M Y K H S L
Decimal 81 162 90 0.50 0 0.44 0.36 126.67 0.33 0.48
Hex 51 A2 5A 32 0 2C 24 7F 21 30
Octal 121 242 132 62 0 54 44 177 41 60
Binary 1010001 10100010 1011010 110010 0 101100 100100 1111111 100001 110000

Color Harmonies of #51A25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A25A

Black with #51A25A

Text Example


Text Example

White with #51A25A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,162,90); }

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

background-color css

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

 a { background-color: rgb(81,162,90); }

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

border-color css

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

 span { border-color: rgb(81,162,90); }

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