Html Css Color HEX #4BB445 Fruit Salad

📋 copy color: '#4BB445'

red 75 ◦ green 180 ◦ blue 69

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

Shades of Fruit Salad #4BB445

Tints of Fruit Salad #4BB445

RGB

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

 GREEN value IS 180 (70.7% from 255) = 55.56%

 BLUE value IS 69 (27.34% from 255) = 21.3%

R = 23.15%
G = 55.56%
B = 21.3%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#4BB445 (or 0x4BB445) is known color: Fruit Salad. HEX triplet: 4B, B4 and 45. RGB value is (75,180,69). Sum of RGB (Red+Green+Blue) = 75+180+69=324 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.15% from 324); Green value is 180 (70.70% from 255 or 55.56% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 180 - color contains mainly: green. Hex color #4BB445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BB445 is #B44BBA. Grayscale: #888888. Windows color (decimal): -11815867 or 4568139. OLE color: 4568139.

HSL color Cylindrical-coordinate representation of color #4BB445: hue angle of 116.76º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BB445 is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 75 180 69 -
CMYK 0.58 0 0.62 0.29
HSL 116.76º 0.45% 0.49% -
HSV(B) 116.76º 0.62% 0.71% -
XYZ 20.3 34.57 11.23 -
YUV 135.95 90.21 84.53 -
System Red Green Blue C M Y K H S L
Decimal 75 180 69 0.58 0 0.62 0.29 116.76 0.45 0.49
Hex 4B B4 45 3A 0 3E 1D 75 2D 31
Octal 113 264 105 72 0 76 35 165 55 61
Binary 1001011 10110100 1000101 111010 0 111110 11101 1110101 101101 110001

Color Harmonies of #4BB445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB445

Black with #4BB445

Text Example


Text Example

White with #4BB445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,180,69); }

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

background-color css

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

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

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

border-color css

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

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

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