#BCF28F

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

Shades of Sulu #BCF28F

Tints of Sulu #BCF28F

Color information

#BCF28F (or 0xBCF28F) is unknown color: approx Sulu. HEX triplet: BC, F2 and 8F. RGB value is (188,242,143). Sum of RGB (Red+Green+Blue) = 188+242+143=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 242 (94.92% from 255 or 42.23% from 573); Blue value is 143 (56.25% from 255 or 24.96% from 573); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF28F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF28F is #430D70. Grayscale: #D6D6D6. Windows color (decimal): -4394353 or 9433788. OLE color: 9433788.

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

Color convert

RGB188242143-
CMYK0.2200.410.05
HSL92.73º79.2%75.49%-
HSV(B)92.73º40.91%94.9%-
XYZ57.4576.1837.66-
YUV214.5787.61109.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.81%
GREEN value IS 242 (94.92% from 255) = 42.23%
BLUE value IS 143 (56.25% from 255) = 24.96%
R=32.81%
G=42.23%
B=24.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882421430.2200.410.0592.7379.275.49
HexBCF28F1602955d4f4b
Octal274362217260515135117113
Binary101111001111001010001111101100101001101101110110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF28F; }

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

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

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

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

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

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

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

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