Html Css Color HEX #BCF297 Madang

📋 copy color: '#BCF297'

red 188 ◦ green 242 ◦ blue 151

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

Shades of Madang #BCF297

Tints of Madang #BCF297

RGB

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

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

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

R = 32.36%
G = 41.65%
B = 25.99%

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

#BCF297 (or 0xBCF297) is known color: Madang. HEX triplet: BC, F2 and 97. RGB value is (188,242,151). Sum of RGB (Red+Green+Blue) = 188+242+151=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 151 (59.38% from 255 or 25.99% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF297 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF297 is #430D68. Grayscale: #D7D7D7. Windows color (decimal): -4394345 or 9958076. OLE color: 9958076.

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

Color convert

RGB 188 242 151 -
CMYK 0.22 0 0.38 0.05
HSL 95.6º 0.78% 0.77% -
HSV(B) 95.6º 0.38% 0.95% -
XYZ 58.08 76.43 40.97 -
YUV 215.48 91.61 108.4 -
System Red Green Blue C M Y K H S L
Decimal 188 242 151 0.22 0 0.38 0.05 95.6 0.78 0.77
Hex BC F2 97 16 0 26 5 60 4E 4D
Octal 274 362 227 26 0 46 5 140 116 115
Binary 10111100 11110010 10010111 10110 0 100110 101 1100000 1001110 1001101

Color Harmonies of #BCF297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF297

Black with #BCF297

Text Example


Text Example

White with #BCF297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF297; }

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

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

background-color css

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

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

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

border-color css

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

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

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