Html Css Color HEX #BEF0AF Madang

📋 copy color: '#BEF0AF'

red 190 ◦ green 240 ◦ blue 175

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

Shades of Madang #BEF0AF

Tints of Madang #BEF0AF

RGB

 RED value IS 190 (74.61% from 255) = 31.4%

 GREEN value IS 240 (94.14% from 255) = 39.67%

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

R = 31.4%
G = 39.67%
B = 28.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#BEF0AF (or 0xBEF0AF) is known color: Madang. HEX triplet: BE, F0 and AF. RGB value is (190,240,175). Sum of RGB (Red+Green+Blue) = 190+240+175=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 240 (94.14% from 255 or 39.67% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF0AF is #410F50. Grayscale: #D9D9D9. Windows color (decimal): -4263761 or 11530430. OLE color: 11530430.

HSL color Cylindrical-coordinate representation of color #BEF0AF: hue angle of 106.15º degrees, saturation: 0.68, 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 #BEF0AF is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 240 175 -
CMYK 0.21 0 0.27 0.06
HSL 106.15º 0.68% 0.81% -
HSV(B) 106.15º 0.27% 0.94% -
XYZ 60.13 76.36 52.13 -
YUV 217.64 103.94 108.29 -
System Red Green Blue C M Y K H S L
Decimal 190 240 175 0.21 0 0.27 0.06 106.15 0.68 0.81
Hex BE F0 AF 15 0 1B 6 6A 44 51
Octal 276 360 257 25 0 33 6 152 104 121
Binary 10111110 11110000 10101111 10101 0 11011 110 1101010 1000100 1010001

Color Harmonies of #BEF0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF0AF

Black with #BEF0AF

Text Example


Text Example

White with #BEF0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF0AF; }

 p { color: rgb(190,240,175); }

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

background-color css

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

 a { background-color: rgb(190,240,175); }

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

border-color css

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

 span { border-color: rgb(190,240,175); }

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