Html Css Color HEX #4DBF55 Fruit Salad

📋 copy color: '#4DBF55'

red 77 ◦ green 191 ◦ blue 85

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

Shades of Fruit Salad #4DBF55

Tints of Fruit Salad #4DBF55

RGB

 RED value IS 77 (30.47% from 255) = 21.81%

 GREEN value IS 191 (75% from 255) = 54.11%

 BLUE value IS 85 (33.59% from 255) = 24.08%

R = 21.81%
G = 54.11%
B = 24.08%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#4DBF55 (or 0x4DBF55) is known color: Fruit Salad. HEX triplet: 4D, BF and 55. RGB value is (77,191,85). Sum of RGB (Red+Green+Blue) = 77+191+85=353 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.81% from 353); Green value is 191 (75% from 255 or 54.11% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBF55 is #B240AA. Grayscale: #919191. Windows color (decimal): -11681963 or 5619533. OLE color: 5619533.

HSL color Cylindrical-coordinate representation of color #4DBF55: hue angle of 124.21º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DBF55 is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 191 85 -
CMYK 0.60 0 0.55 0.25
HSL 124.21º 0.47% 0.53% -
HSV(B) 124.21º 0.6% 0.75% -
XYZ 23.33 39.5 14.99 -
YUV 144.83 94.23 79.62 -
System Red Green Blue C M Y K H S L
Decimal 77 191 85 0.60 0 0.55 0.25 124.21 0.47 0.53
Hex 4D BF 55 3C 0 37 19 7C 2F 35
Octal 115 277 125 74 0 67 31 174 57 65
Binary 1001101 10111111 1010101 111100 0 110111 11001 1111100 101111 110101

Color Harmonies of #4DBF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBF55

Black with #4DBF55

Text Example


Text Example

White with #4DBF55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,191,85); }

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

background-color css

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

 a { background-color: rgb(77,191,85); }

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

border-color css

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

 span { border-color: rgb(77,191,85); }

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