Html Css Color HEX #4BBF5A Fruit Salad

📋 copy color: '#4BBF5A'

red 75 ◦ green 191 ◦ blue 90

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

Shades of Fruit Salad #4BBF5A

Tints of Fruit Salad #4BBF5A

RGB

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

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

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

R = 21.07%
G = 53.65%
B = 25.28%

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

#4BBF5A (or 0x4BBF5A) is known color: Fruit Salad. HEX triplet: 4B, BF and 5A. RGB value is (75,191,90). Sum of RGB (Red+Green+Blue) = 75+191+90=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 191 (75% from 255 or 53.65% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 191 - color contains mainly: green. Hex color #4BBF5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBF5A is #B440A5. Grayscale: #919191. Windows color (decimal): -11813030 or 5947211. OLE color: 5947211.

HSL color Cylindrical-coordinate representation of color #4BBF5A: hue angle of 127.76º degrees, saturation: 0.48, 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 #4BBF5A is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 75 191 90 -
CMYK 0.61 0 0.53 0.25
HSL 127.76º 0.48% 0.52% -
HSV(B) 127.76º 0.61% 0.75% -
XYZ 23.38 39.5 16.06 -
YUV 144.8 97.07 78.21 -
System Red Green Blue C M Y K H S L
Decimal 75 191 90 0.61 0 0.53 0.25 127.76 0.48 0.52
Hex 4B BF 5A 3D 0 35 19 80 30 34
Octal 113 277 132 75 0 65 31 200 60 64
Binary 1001011 10111111 1011010 111101 0 110101 11001 10000000 110000 110100

Color Harmonies of #4BBF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BBF5A

Black with #4BBF5A

Text Example


Text Example

White with #4BBF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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