Html Css Color HEX #B4EDAA Madang

📋 copy color: '#B4EDAA'

red 180 ◦ green 237 ◦ blue 170

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

Shades of Madang #B4EDAA

Tints of Madang #B4EDAA

RGB

 RED value IS 180 (70.7% from 255) = 30.66%

 GREEN value IS 237 (92.97% from 255) = 40.37%

 BLUE value IS 170 (66.8% from 255) = 28.96%

R = 30.66%
G = 40.37%
B = 28.96%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#B4EDAA (or 0xB4EDAA) is known color: Madang. HEX triplet: B4, ED and AA. RGB value is (180,237,170). Sum of RGB (Red+Green+Blue) = 180+237+170=587 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.66% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 237 - color contains mainly: green. Hex color #B4EDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4EDAA is #4B1255. Grayscale: #D4D4D4. Windows color (decimal): -4919894 or 11201972. OLE color: 11201972.

HSL color Cylindrical-coordinate representation of color #B4EDAA: hue angle of 111.04º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4EDAA is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 237 170 -
CMYK 0.24 0 0.28 0.07
HSL 111.04º 0.65% 0.8% -
HSV(B) 111.04º 0.28% 0.93% -
XYZ 56.36 73.17 49.18 -
YUV 212.32 104.12 104.95 -
System Red Green Blue C M Y K H S L
Decimal 180 237 170 0.24 0 0.28 0.07 111.04 0.65 0.8
Hex B4 ED AA 18 0 1C 7 6F 41 50
Octal 264 355 252 30 0 34 7 157 101 120
Binary 10110100 11101101 10101010 11000 0 11100 111 1101111 1000001 1010000

Color Harmonies of #B4EDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EDAA

Black with #B4EDAA

Text Example


Text Example

White with #B4EDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EDAA; }

 p { color: rgb(180,237,170); }

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

background-color css

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

 a { background-color: rgb(180,237,170); }

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

border-color css

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

 span { border-color: rgb(180,237,170); }

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