Html Css Color HEX #BDF297 Madang

📋 copy color: '#BDF297'

red 189 ◦ green 242 ◦ blue 151

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

Shades of Madang #BDF297

Tints of Madang #BDF297

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.58%

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

R = 32.47%
G = 41.58%
B = 25.95%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#BDF297 (or 0xBDF297) is known color: Madang. HEX triplet: BD, F2 and 97. RGB value is (189,242,151). Sum of RGB (Red+Green+Blue) = 189+242+151=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 242 (94.92% from 255 or 41.58% from 582); Blue value is 151 (59.38% from 255 or 25.95% from 582); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF297 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF297 is #420D68. Grayscale: #D8D8D8. Windows color (decimal): -4328809 or 9958077. OLE color: 9958077.

HSL color Cylindrical-coordinate representation of color #BDF297: hue angle of 94.95º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDF297 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 151 -
CMYK 0.22 0 0.38 0.05
HSL 94.95º 0.78% 0.77% -
HSV(B) 94.95º 0.38% 0.95% -
XYZ 58.32 76.56 40.98 -
YUV 215.78 91.44 108.9 -
System Red Green Blue C M Y K H S L
Decimal 189 242 151 0.22 0 0.38 0.05 94.95 0.78 0.77
Hex BD F2 97 16 0 26 5 5F 4E 4D
Octal 275 362 227 26 0 46 5 137 116 115
Binary 10111101 11110010 10010111 10110 0 100110 101 1011111 1001110 1001101

Color Harmonies of #BDF297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF297

Black with #BDF297

Text Example


Text Example

White with #BDF297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF297; }

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

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

background-color css

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

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

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

border-color css

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

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

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