Html Css Color HEX #BDFDA0 Madang

📋 copy color: '#BDFDA0'

red 189 ◦ green 253 ◦ blue 160

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

Shades of Madang #BDFDA0

Tints of Madang #BDFDA0

RGB

 RED value IS 189 (74.22% from 255) = 31.4%

 GREEN value IS 253 (99.22% from 255) = 42.03%

 BLUE value IS 160 (62.89% from 255) = 26.58%

R = 31.4%
G = 42.03%
B = 26.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#BDFDA0 (or 0xBDFDA0) is known color: Madang. HEX triplet: BD, FD and A0. RGB value is (189,253,160). Sum of RGB (Red+Green+Blue) = 189+253+160=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFDA0 is #42025F. Grayscale: #DFDFDF. Windows color (decimal): -4325984 or 10550717. OLE color: 10550717.

HSL color Cylindrical-coordinate representation of color #BDFDA0: hue angle of 101.29º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDFDA0 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 253 160 -
CMYK 0.25 0 0.37 0.01
HSL 101.29º 0.96% 0.81% -
HSV(B) 101.29º 0.37% 0.99% -
XYZ 62.46 83.61 46.1 -
YUV 223.26 92.3 103.56 -
System Red Green Blue C M Y K H S L
Decimal 189 253 160 0.25 0 0.37 0.01 101.29 0.96 0.81
Hex BD FD A0 19 0 25 1 65 60 51
Octal 275 375 240 31 0 45 1 145 140 121
Binary 10111101 11111101 10100000 11001 0 100101 1 1100101 1100000 1010001

Color Harmonies of #BDFDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFDA0

Black with #BDFDA0

Text Example


Text Example

White with #BDFDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFDA0; }

 p { color: rgb(189,253,160); }

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

background-color css

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

 a { background-color: rgb(189,253,160); }

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

border-color css

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

 span { border-color: rgb(189,253,160); }

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