#BCFE77

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

Shades of Sulu #BCFE77

Tints of Sulu #BCFE77

Color information

#BCFE77 (or 0xBCFE77) is unknown color: approx Sulu. HEX triplet: BC, FE and 77. RGB value is (188,254,119). Sum of RGB (Red+Green+Blue) = 188+254+119=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 119 (46.88% from 255 or 21.21% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFE77 is #430188. Grayscale: #DBDBDB. Windows color (decimal): -4391305 or 7863996. OLE color: 7863996.

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

Color convert

RGB188254119-
CMYK0.2600.530.00
HSL89.33º98.54%73.14%-
HSV(B)89.33º53.15%99.61%-
XYZ59.5182.9130.32-
YUV218.8871.63105.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 254 (99.61% from 255) = 45.28%
BLUE value IS 119 (46.88% from 255) = 21.21%
R=33.51%
G=45.28%
B=21.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1882541190.2600.530.0089.3398.5473.14
HexBCFE771A0350596349
Octal274376167320650131143111
Binary101111001111111011101111101001101010101100111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFE77; }

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

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

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

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

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

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

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

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