Html Css Color HEX #4BBD4C Fruit Salad

📋 copy color: '#4BBD4C'

red 75 ◦ green 189 ◦ blue 76

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

Shades of Fruit Salad #4BBD4C

Tints of Fruit Salad #4BBD4C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 55.59%

 BLUE value IS 76 (30.08% from 255) = 22.35%

R = 22.06%
G = 55.59%
B = 22.35%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#4BBD4C (or 0x4BBD4C) is known color: Fruit Salad. HEX triplet: 4B, BD and 4C. RGB value is (75,189,76). Sum of RGB (Red+Green+Blue) = 75+189+76=340 (45% of max value = 765). Red value is 75 (29.69% from 255 or 22.06% from 340); Green value is 189 (74.22% from 255 or 55.59% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBD4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBD4C is #B442B3. Grayscale: #8E8E8E. Windows color (decimal): -11813556 or 5029195. OLE color: 5029195.

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

Color convert

RGB 75 189 76 -
CMYK 0.60 0 0.60 0.26
HSL 120.53º 0.46% 0.52% -
HSV(B) 120.53º 0.6% 0.74% -
XYZ 22.4 38.41 13.07 -
YUV 142.03 90.73 80.19 -
System Red Green Blue C M Y K H S L
Decimal 75 189 76 0.60 0 0.60 0.26 120.53 0.46 0.52
Hex 4B BD 4C 3C 0 3C 1A 79 2E 34
Octal 113 275 114 74 0 74 32 171 56 64
Binary 1001011 10111101 1001100 111100 0 111100 11010 1111001 101110 110100

Color Harmonies of #4BBD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BBD4C

Black with #4BBD4C

Text Example


Text Example

White with #4BBD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,189,76); }

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

background-color css

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

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

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

border-color css

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

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

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