#BCFE62

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

Shades of Sulu #BCFE62

Tints of Sulu #BCFE62

Color information

#BCFE62 (or 0xBCFE62) is unknown color: approx Sulu. HEX triplet: BC, FE and 62. RGB value is (188,254,98). Sum of RGB (Red+Green+Blue) = 188+254+98=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 98 (38.67% from 255 or 18.15% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFE62 is #43019D. Grayscale: #D9D9D9. Windows color (decimal): -4391326 or 6487740. OLE color: 6487740.

HSL color Cylindrical-coordinate representation of color #BCFE62: hue angle of 85.38º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCFE62 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.

Color convert

RGB18825498-
CMYK0.2600.610.00
HSL85.38º98.73%69.02%-
HSV(B)85.38º61.42%99.61%-
XYZ58.3982.4624.39-
YUV216.4861.13107.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.81%
GREEN value IS 254 (99.61% from 255) = 47.04%
BLUE value IS 98 (38.67% from 255) = 18.15%
R=34.81%
G=47.04%
B=18.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal188254980.2600.610.0085.3898.7369.02
HexBCFE621A03D0556345
Octal274376142320750125143105
Binary101111001111111011000101101001111010101010111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFE62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFE62; }

 p { color: rgb(188,254,98); }

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

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

 a { background-color: rgb(188,254,98); }

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

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

 span { border-color: rgb(188,254,98); }

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