Html Css Color HEX #4BBE5A Fruit Salad

📋 copy color: '#4BBE5A'

red 75 ◦ green 190 ◦ blue 90

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

Shades of Fruit Salad #4BBE5A

Tints of Fruit Salad #4BBE5A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 53.52%

 BLUE value IS 90 (35.55% from 255) = 25.35%

R = 21.13%
G = 53.52%
B = 25.35%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#4BBE5A (or 0x4BBE5A) is known color: Fruit Salad. HEX triplet: 4B, BE and 5A. RGB value is (75,190,90). Sum of RGB (Red+Green+Blue) = 75+190+90=355 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.13% from 355); Green value is 190 (74.61% from 255 or 53.52% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 190 - color contains mainly: green. Hex color #4BBE5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBE5A is #B441A5. Grayscale: #909090. Windows color (decimal): -11813286 or 5946955. OLE color: 5946955.

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

Color convert

RGB 75 190 90 -
CMYK 0.61 0 0.53 0.25
HSL 127.83º 0.47% 0.52% -
HSV(B) 127.83º 0.61% 0.75% -
XYZ 23.16 39.06 15.99 -
YUV 144.22 97.4 78.63 -
System Red Green Blue C M Y K H S L
Decimal 75 190 90 0.61 0 0.53 0.25 127.83 0.47 0.52
Hex 4B BE 5A 3D 0 35 19 80 2F 34
Octal 113 276 132 75 0 65 31 200 57 64
Binary 1001011 10111110 1011010 111101 0 110101 11001 10000000 101111 110100

Color Harmonies of #4BBE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BBE5A

Black with #4BBE5A

Text Example


Text Example

White with #4BBE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,190,90); }

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

background-color css

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

 a { background-color: rgb(75,190,90); }

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

border-color css

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

 span { border-color: rgb(75,190,90); }

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