#BCF28D

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

Shades of Sulu #BCF28D

Tints of Sulu #BCF28D

Color information

#BCF28D (or 0xBCF28D) is unknown color: approx Sulu. HEX triplet: BC, F2 and 8D. RGB value is (188,242,141). Sum of RGB (Red+Green+Blue) = 188+242+141=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 242 (94.92% from 255 or 42.38% from 571); Blue value is 141 (55.47% from 255 or 24.69% from 571); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF28D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF28D is #430D72. Grayscale: #D6D6D6. Windows color (decimal): -4394355 or 9302716. OLE color: 9302716.

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

Color convert

RGB188242141-
CMYK0.2200.420.05
HSL92.08º79.53%75.1%-
HSV(B)92.08º41.74%94.9%-
XYZ57.376.1236.87-
YUV214.3486.61109.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 242 (94.92% from 255) = 42.38%
BLUE value IS 141 (55.47% from 255) = 24.69%
R=32.92%
G=42.38%
B=24.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882421410.2200.420.0592.0879.5375.1
HexBCF28D1602A55c504b
Octal274362215260525134120113
Binary101111001111001010001101101100101010101101110010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF28D; }

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

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

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

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

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

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

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

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