Html Css Color HEX #4BBC4A Fruit Salad

📋 copy color: '#4BBC4A'

red 75 ◦ green 188 ◦ blue 74

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

Shades of Fruit Salad #4BBC4A

Tints of Fruit Salad #4BBC4A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 55.79%

 BLUE value IS 74 (29.3% from 255) = 21.96%

R = 22.26%
G = 55.79%
B = 21.96%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#4BBC4A (or 0x4BBC4A) is known color: Fruit Salad. HEX triplet: 4B, BC and 4A. RGB value is (75,188,74). Sum of RGB (Red+Green+Blue) = 75+188+74=337 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.26% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBC4A is #B443B5. Grayscale: #8D8D8D. Windows color (decimal): -11813814 or 4897867. OLE color: 4897867.

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

Color convert

RGB 75 188 74 -
CMYK 0.60 0 0.61 0.26
HSL 119.47º 0.46% 0.51% -
HSV(B) 119.47º 0.61% 0.74% -
XYZ 22.12 37.96 12.64 -
YUV 141.22 90.06 80.77 -
System Red Green Blue C M Y K H S L
Decimal 75 188 74 0.60 0 0.61 0.26 119.47 0.46 0.51
Hex 4B BC 4A 3C 0 3D 1A 77 2E 33
Octal 113 274 112 74 0 75 32 167 56 63
Binary 1001011 10111100 1001010 111100 0 111101 11010 1110111 101110 110011

Color Harmonies of #4BBC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BBC4A

Black with #4BBC4A

Text Example


Text Example

White with #4BBC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,188,74); }

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

background-color css

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

 a { background-color: rgb(75,188,74); }

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

border-color css

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

 span { border-color: rgb(75,188,74); }

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