Html Css Color HEX #BCF497 Madang

📋 copy color: '#BCF497'

red 188 ◦ green 244 ◦ blue 151

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

Shades of Madang #BCF497

Tints of Madang #BCF497

RGB

 RED value IS 188 (73.83% from 255) = 32.25%

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

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

R = 32.25%
G = 41.85%
B = 25.9%

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

#BCF497 (or 0xBCF497) is known color: Madang. HEX triplet: BC, F4 and 97. RGB value is (188,244,151). Sum of RGB (Red+Green+Blue) = 188+244+151=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 244 (95.70% from 255 or 41.85% from 583); Blue value is 151 (59.38% from 255 or 25.90% from 583); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF497 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF497 is #430B68. Grayscale: #D8D8D8. Windows color (decimal): -4393833 or 9958588. OLE color: 9958588.

HSL color Cylindrical-coordinate representation of color #BCF497: hue angle of 96.13º 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 #BCF497 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 244 151 -
CMYK 0.23 0 0.38 0.04
HSL 96.13º 0.81% 0.77% -
HSV(B) 96.13º 0.38% 0.96% -
XYZ 58.68 77.63 41.17 -
YUV 216.65 90.95 107.56 -
System Red Green Blue C M Y K H S L
Decimal 188 244 151 0.23 0 0.38 0.04 96.13 0.81 0.77
Hex BC F4 97 17 0 26 4 60 51 4D
Octal 274 364 227 27 0 46 4 140 121 115
Binary 10111100 11110100 10010111 10111 0 100110 100 1100000 1010001 1001101

Color Harmonies of #BCF497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF497

Black with #BCF497

Text Example


Text Example

White with #BCF497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF497; }

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

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

background-color css

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

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

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

border-color css

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

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

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