Html Css Color HEX #4BBD56 Fruit Salad

📋 copy color: '#4BBD56'

red 75 ◦ green 189 ◦ blue 86

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

Shades of Fruit Salad #4BBD56

Tints of Fruit Salad #4BBD56

RGB

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

 GREEN value IS 189 (74.22% from 255) = 54%

 BLUE value IS 86 (33.98% from 255) = 24.57%

R = 21.43%
G = 54%
B = 24.57%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#4BBD56 (or 0x4BBD56) is known color: Fruit Salad. HEX triplet: 4B, BD and 56. RGB value is (75,189,86). Sum of RGB (Red+Green+Blue) = 75+189+86=350 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.43% from 350); Green value is 189 (74.22% from 255 or 54% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBD56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBD56 is #B442A9. Grayscale: #8F8F8F. Windows color (decimal): -11813546 or 5684555. OLE color: 5684555.

HSL color Cylindrical-coordinate representation of color #4BBD56: hue angle of 125.79º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBD56 is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 75 189 86 -
CMYK 0.60 0 0.54 0.26
HSL 125.79º 0.46% 0.52% -
HSV(B) 125.79º 0.6% 0.74% -
XYZ 22.78 38.56 15.05 -
YUV 143.17 95.73 79.38 -
System Red Green Blue C M Y K H S L
Decimal 75 189 86 0.60 0 0.54 0.26 125.79 0.46 0.52
Hex 4B BD 56 3C 0 36 1A 7E 2E 34
Octal 113 275 126 74 0 66 32 176 56 64
Binary 1001011 10111101 1010110 111100 0 110110 11010 1111110 101110 110100

Color Harmonies of #4BBD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BBD56

Black with #4BBD56

Text Example


Text Example

White with #4BBD56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,189,86); }

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

background-color css

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

 a { background-color: rgb(75,189,86); }

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

border-color css

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

 span { border-color: rgb(75,189,86); }

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