#BCFE72

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

Shades of Sulu #BCFE72

Tints of Sulu #BCFE72

Color information

#BCFE72 (or 0xBCFE72) is unknown color: approx Sulu. HEX triplet: BC, FE and 72. RGB value is (188,254,114). Sum of RGB (Red+Green+Blue) = 188+254+114=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 254 (99.61% from 255 or 45.68% from 556); Blue value is 114 (44.92% from 255 or 20.50% from 556); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFE72 is #43018D. Grayscale: #DADADA. Windows color (decimal): -4391310 or 7536316. OLE color: 7536316.

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

Color convert

RGB188254114-
CMYK0.2600.550.00
HSL88.29º98.59%72.16%-
HSV(B)88.29º55.12%99.61%-
XYZ59.2282.7928.78-
YUV218.3169.13106.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 254 (99.61% from 255) = 45.68%
BLUE value IS 114 (44.92% from 255) = 20.50%
R=33.81%
G=45.68%
B=20.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1882541140.2600.550.0088.2998.5972.16
HexBCFE721A0370586348
Octal274376162320670130143110
Binary101111001111111011100101101001101110101100011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFE72; }

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

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

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

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

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

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

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

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