Html Css Color HEX #4BBD4A Fruit Salad

📋 copy color: '#4BBD4A'

red 75 ◦ green 189 ◦ blue 74

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

Shades of Fruit Salad #4BBD4A

Tints of Fruit Salad #4BBD4A

RGB

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

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

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

R = 22.19%
G = 55.92%
B = 21.89%

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

#4BBD4A (or 0x4BBD4A) is known color: Fruit Salad. HEX triplet: 4B, BD and 4A. RGB value is (75,189,74). Sum of RGB (Red+Green+Blue) = 75+189+74=338 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.19% from 338); Green value is 189 (74.22% from 255 or 55.92% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBD4A is #B442B5. Grayscale: #8E8E8E. Windows color (decimal): -11813558 or 4898123. OLE color: 4898123.

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

Color convert

RGB 75 189 74 -
CMYK 0.60 0 0.61 0.26
HSL 119.48º 0.47% 0.52% -
HSV(B) 119.48º 0.61% 0.74% -
XYZ 22.34 38.39 12.71 -
YUV 141.8 89.73 80.35 -
System Red Green Blue C M Y K H S L
Decimal 75 189 74 0.60 0 0.61 0.26 119.48 0.47 0.52
Hex 4B BD 4A 3C 0 3D 1A 77 2F 34
Octal 113 275 112 74 0 75 32 167 57 64
Binary 1001011 10111101 1001010 111100 0 111101 11010 1110111 101111 110100

Color Harmonies of #4BBD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BBD4A

Black with #4BBD4A

Text Example


Text Example

White with #4BBD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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