#BCF48F

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

Shades of Sulu #BCF48F

Tints of Sulu #BCF48F

Color information

#BCF48F (or 0xBCF48F) is unknown color: approx Sulu. HEX triplet: BC, F4 and 8F. RGB value is (188,244,143). Sum of RGB (Red+Green+Blue) = 188+244+143=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 244 (95.70% from 255 or 42.43% from 575); Blue value is 143 (56.25% from 255 or 24.87% from 575); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF48F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF48F is #430B70. Grayscale: #D8D8D8. Windows color (decimal): -4393841 or 9434300. OLE color: 9434300.

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

Color convert

RGB188244143-
CMYK0.2300.410.04
HSL93.27º82.11%75.88%-
HSV(B)93.27º41.39%95.69%-
XYZ58.0577.3837.86-
YUV215.7486.95108.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.70%
GREEN value IS 244 (95.70% from 255) = 42.43%
BLUE value IS 143 (56.25% from 255) = 24.87%
R=32.70%
G=42.43%
B=24.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882441430.2300.410.0493.2782.1175.88
HexBCF48F1702945d524c
Octal274364217270514135122114
Binary101111001111010010001111101110101001100101110110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF48F; }

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

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

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

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

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

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

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

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