#BCFC63

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

Shades of Sulu #BCFC63

Tints of Sulu #BCFC63

Color information

#BCFC63 (or 0xBCFC63) is unknown color: approx Sulu. HEX triplet: BC, FC and 63. RGB value is (188,252,99). Sum of RGB (Red+Green+Blue) = 188+252+99=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 99 (39.06% from 255 or 18.37% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC63 is #43039C. Grayscale: #D7D7D7. Windows color (decimal): -4391837 or 6552764. OLE color: 6552764.

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

Color convert

RGB18825299-
CMYK0.2500.610.01
HSL85.1º96.23%68.82%-
HSV(B)85.1º60.71%98.82%-
XYZ57.881.2124.43-
YUV215.4262.3108.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 252 (98.83% from 255) = 46.75%
BLUE value IS 99 (39.06% from 255) = 18.37%
R=34.88%
G=46.75%
B=18.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal188252990.2500.610.0185.196.2368.82
HexBCFC631903D1556045
Octal274374143310751125140105
Binary101111001111110011000111100101111011101010111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFC63; }

 p { color: rgb(188,252,99); }

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

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

 a { background-color: rgb(188,252,99); }

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

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

 span { border-color: rgb(188,252,99); }

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