#bcf47c

Color #BCF47C Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BCF47C

Tints of Sulu #BCF47C

Color information

#BCF47C (or 0xBCF47C) is unknown color: approx Sulu. HEX triplet: BC, F4 and 7C. RGB value is (188,244,124). Sum of RGB (Red+Green+Blue) = 188+244+124=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 244 (95.70% from 255 or 43.88% from 556); Blue value is 124 (48.83% from 255 or 22.30% from 556); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF47C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF47C is #430B83. Grayscale: #D6D6D6. Windows color (decimal): -4393860 or 8189116. OLE color: 8189116.

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

Color convert

RGB188244124-
CMYK0.2300.490.04
HSL88º84.51%72.16%-
HSV(B)88º49.18%95.69%-
XYZ56.7376.8530.91-
YUV213.5877.45109.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 244 (95.70% from 255) = 43.88%
BLUE value IS 124 (48.83% from 255) = 22.30%
R=33.81%
G=43.88%
B=22.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882441240.2300.490.048884.5172.16
HexBCF47C170314585548
Octal274364174270614130125110
Binary10111100111101001111100101110110001100101100010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcf47c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcf47c; }

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

 H1.HeaderClassName
 {
   color: #bcf47c;
 }
 .AnyTagClassName
 {
   color: #bcf47c;
 }
</style>
background-color css

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

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

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

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

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

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