Html Css Color HEX #4BC155 Fruit Salad

📋 copy color: '#4BC155'

red 75 ◦ green 193 ◦ blue 85

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

Shades of Fruit Salad #4BC155

Tints of Fruit Salad #4BC155

RGB

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

 GREEN value IS 193 (75.78% from 255) = 54.67%

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

R = 21.25%
G = 54.67%
B = 24.08%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#4BC155 (or 0x4BC155) is known color: Fruit Salad. HEX triplet: 4B, C1 and 55. RGB value is (75,193,85). Sum of RGB (Red+Green+Blue) = 75+193+85=353 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.25% from 353); Green value is 193 (75.78% from 255 or 54.67% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 193 - color contains mainly: green. Hex color #4BC155 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC155 is #B43EAA. Grayscale: #919191. Windows color (decimal): -11812523 or 5620043. OLE color: 5620043.

HSL color Cylindrical-coordinate representation of color #4BC155: hue angle of 125.08º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BC155 is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 75 193 85 -
CMYK 0.61 0 0.56 0.24
HSL 125.08º 0.49% 0.53% -
HSV(B) 125.08º 0.61% 0.76% -
XYZ 23.61 40.29 15.13 -
YUV 145.41 93.91 77.78 -
System Red Green Blue C M Y K H S L
Decimal 75 193 85 0.61 0 0.56 0.24 125.08 0.49 0.53
Hex 4B C1 55 3D 0 38 18 7D 31 35
Octal 113 301 125 75 0 70 30 175 61 65
Binary 1001011 11000001 1010101 111101 0 111000 11000 1111101 110001 110101

Color Harmonies of #4BC155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC155

Black with #4BC155

Text Example


Text Example

White with #4BC155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,193,85); }

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

background-color css

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

 a { background-color: rgb(75,193,85); }

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

border-color css

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

 span { border-color: rgb(75,193,85); }

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