Html Css Color HEX #B5EFAF Madang

📋 copy color: '#B5EFAF'

red 181 ◦ green 239 ◦ blue 175

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

Shades of Madang #B5EFAF

Tints of Madang #B5EFAF

RGB

 RED value IS 181 (71.09% from 255) = 30.42%

 GREEN value IS 239 (93.75% from 255) = 40.17%

 BLUE value IS 175 (68.75% from 255) = 29.41%

R = 30.42%
G = 40.17%
B = 29.41%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#B5EFAF (or 0xB5EFAF) is known color: Madang. HEX triplet: B5, EF and AF. RGB value is (181,239,175). Sum of RGB (Red+Green+Blue) = 181+239+175=595 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.42% from 595); Green value is 239 (93.75% from 255 or 40.17% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5EFAF is #4A1050. Grayscale: #D6D6D6. Windows color (decimal): -4853841 or 11530165. OLE color: 11530165.

HSL color Cylindrical-coordinate representation of color #B5EFAF: hue angle of 114.38º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5EFAF is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 239 175 -
CMYK 0.24 0 0.27 0.06
HSL 114.38º 0.67% 0.81% -
HSV(B) 114.38º 0.27% 0.94% -
XYZ 57.66 74.65 51.93 -
YUV 214.36 105.78 104.2 -
System Red Green Blue C M Y K H S L
Decimal 181 239 175 0.24 0 0.27 0.06 114.38 0.67 0.81
Hex B5 EF AF 18 0 1B 6 72 43 51
Octal 265 357 257 30 0 33 6 162 103 121
Binary 10110101 11101111 10101111 11000 0 11011 110 1110010 1000011 1010001

Color Harmonies of #B5EFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EFAF

Black with #B5EFAF

Text Example


Text Example

White with #B5EFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EFAF; }

 p { color: rgb(181,239,175); }

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

background-color css

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

 a { background-color: rgb(181,239,175); }

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

border-color css

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

 span { border-color: rgb(181,239,175); }

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