Html Css Color HEX #4BB14E Fruit Salad

📋 copy color: '#4BB14E'

red 75 ◦ green 177 ◦ blue 78

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

Shades of Fruit Salad #4BB14E

Tints of Fruit Salad #4BB14E

RGB

 RED value IS 75 (29.69% from 255) = 22.73%

 GREEN value IS 177 (69.53% from 255) = 53.64%

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

R = 22.73%
G = 53.64%
B = 23.64%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#4BB14E (or 0x4BB14E) is known color: Fruit Salad. HEX triplet: 4B, B1 and 4E. RGB value is (75,177,78). Sum of RGB (Red+Green+Blue) = 75+177+78=330 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.73% from 330); Green value is 177 (69.53% from 255 or 53.64% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 177 - color contains mainly: green. Hex color #4BB14E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BB14E is #B44EB1. Grayscale: #878787. Windows color (decimal): -11816626 or 5157195. OLE color: 5157195.

HSL color Cylindrical-coordinate representation of color #4BB14E: hue angle of 121.76º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB14E is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 75 177 78 -
CMYK 0.58 0 0.56 0.31
HSL 121.76º 0.4% 0.49% -
HSV(B) 121.76º 0.58% 0.69% -
XYZ 20 33.49 12.62 -
YUV 135.22 95.71 85.05 -
System Red Green Blue C M Y K H S L
Decimal 75 177 78 0.58 0 0.56 0.31 121.76 0.4 0.49
Hex 4B B1 4E 3A 0 38 1F 7A 28 31
Octal 113 261 116 72 0 70 37 172 50 61
Binary 1001011 10110001 1001110 111010 0 111000 11111 1111010 101000 110001

Color Harmonies of #4BB14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB14E

Black with #4BB14E

Text Example


Text Example

White with #4BB14E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,177,78); }

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

background-color css

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

 a { background-color: rgb(75,177,78); }

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

border-color css

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

 span { border-color: rgb(75,177,78); }

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