Html Css Color HEX #BDF497 Madang

📋 copy color: '#BDF497'

red 189 ◦ green 244 ◦ blue 151

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

Shades of Madang #BDF497

Tints of Madang #BDF497

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.78%

 BLUE value IS 151 (59.38% from 255) = 25.86%

R = 32.36%
G = 41.78%
B = 25.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#BDF497 (or 0xBDF497) is known color: Madang. HEX triplet: BD, F4 and 97. RGB value is (189,244,151). Sum of RGB (Red+Green+Blue) = 189+244+151=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 244 (95.70% from 255 or 41.78% from 584); Blue value is 151 (59.38% from 255 or 25.86% from 584); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF497 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF497 is #420B68. Grayscale: #D9D9D9. Windows color (decimal): -4328297 or 9958589. OLE color: 9958589.

HSL color Cylindrical-coordinate representation of color #BDF497: hue angle of 95.48º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDF497 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 244 151 -
CMYK 0.23 0 0.38 0.04
HSL 95.48º 0.81% 0.77% -
HSV(B) 95.48º 0.38% 0.96% -
XYZ 58.92 77.75 41.18 -
YUV 216.95 90.78 108.06 -
System Red Green Blue C M Y K H S L
Decimal 189 244 151 0.23 0 0.38 0.04 95.48 0.81 0.77
Hex BD F4 97 17 0 26 4 5F 51 4D
Octal 275 364 227 27 0 46 4 137 121 115
Binary 10111101 11110100 10010111 10111 0 100110 100 1011111 1010001 1001101

Color Harmonies of #BDF497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF497

Black with #BDF497

Text Example


Text Example

White with #BDF497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF497; }

 p { color: rgb(189,244,151); }

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

background-color css

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

 a { background-color: rgb(189,244,151); }

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

border-color css

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

 span { border-color: rgb(189,244,151); }

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