Html Css Color HEX #4BBA4B Fruit Salad

📋 copy color: '#4BBA4B'

red 75 ◦ green 186 ◦ blue 75

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

Shades of Fruit Salad #4BBA4B

Tints of Fruit Salad #4BBA4B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 55.36%

 BLUE value IS 75 (29.69% from 255) = 22.32%

R = 22.32%
G = 55.36%
B = 22.32%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#4BBA4B (or 0x4BBA4B) is known color: Fruit Salad. HEX triplet: 4B, BA and 4B. RGB value is (75,186,75). Sum of RGB (Red+Green+Blue) = 75+186+75=336 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.32% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #4BBA4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBA4B is #B445B4. Grayscale: #8C8C8C. Windows color (decimal): -11814325 or 4962891. OLE color: 4962891.

HSL color Cylindrical-coordinate representation of color #4BBA4B: hue angle of 120º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBA4B is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 75 186 75 -
CMYK 0.60 0 0.60 0.27
HSL 120º 0.45% 0.51% -
HSV(B) 120º 0.6% 0.73% -
XYZ 21.73 37.12 12.68 -
YUV 140.16 91.23 81.53 -
System Red Green Blue C M Y K H S L
Decimal 75 186 75 0.60 0 0.60 0.27 120 0.45 0.51
Hex 4B BA 4B 3C 0 3C 1B 78 2D 33
Octal 113 272 113 74 0 74 33 170 55 63
Binary 1001011 10111010 1001011 111100 0 111100 11011 1111000 101101 110011

Color Harmonies of #4BBA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BBA4B

Black with #4BBA4B

Text Example


Text Example

White with #4BBA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,186,75); }

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

background-color css

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

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

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

border-color css

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

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

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