Html Css Color HEX #4AB751 Fruit Salad

📋 copy color: '#4AB751'

red 74 ◦ green 183 ◦ blue 81

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

Shades of Fruit Salad #4AB751

Tints of Fruit Salad #4AB751

RGB

 RED value IS 74 (29.3% from 255) = 21.89%

 GREEN value IS 183 (71.88% from 255) = 54.14%

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

R = 21.89%
G = 54.14%
B = 23.96%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#4AB751 (or 0x4AB751) is known color: Fruit Salad. HEX triplet: 4A, B7 and 51. RGB value is (74,183,81). Sum of RGB (Red+Green+Blue) = 74+183+81=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 183 (71.88% from 255 or 54.14% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB751 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB751 is #B548AE. Grayscale: #8B8B8B. Windows color (decimal): -11880623 or 5355338. OLE color: 5355338.

HSL color Cylindrical-coordinate representation of color #4AB751: hue angle of 123.85º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB751 is Cyan = 0.60, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB 74 183 81 -
CMYK 0.60 0 0.56 0.28
HSL 123.85º 0.43% 0.5% -
HSV(B) 123.85º 0.6% 0.72% -
XYZ 21.24 35.92 13.6 -
YUV 138.78 95.39 81.79 -
System Red Green Blue C M Y K H S L
Decimal 74 183 81 0.60 0 0.56 0.28 123.85 0.43 0.5
Hex 4A B7 51 3C 0 38 1C 7C 2B 32
Octal 112 267 121 74 0 70 34 174 53 62
Binary 1001010 10110111 1010001 111100 0 111000 11100 1111100 101011 110010

Color Harmonies of #4AB751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB751

Black with #4AB751

Text Example


Text Example

White with #4AB751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AB751; }

 p { color: rgb(74,183,81); }

 H1.HeaderClassName
 {
   color: #4AB751;
 }
 .AnyTagClassName
 {
   color: #4AB751;
 }
</style>

background-color css

<style>
 a { background-color: #4AB751; }

 a { background-color: rgb(74,183,81); }

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

border-color css

<style>
 span { border-color: #4AB751; }

 span { border-color: rgb(74,183,81); }

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