#BCFE84

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

Shades of Sulu #BCFE84

Tints of Sulu #BCFE84

Color information

#BCFE84 (or 0xBCFE84) is unknown color: approx Sulu. HEX triplet: BC, FE and 84. RGB value is (188,254,132). Sum of RGB (Red+Green+Blue) = 188+254+132=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 132 (51.95% from 255 or 23.00% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFE84 is #43017B. Grayscale: #DCDCDC. Windows color (decimal): -4391292 or 8715964. OLE color: 8715964.

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

Color convert

RGB188254132-
CMYK0.2600.480.00
HSL92.46º98.39%75.69%-
HSV(B)92.46º48.03%99.61%-
XYZ60.3583.2434.72-
YUV220.3678.13104.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.75%
GREEN value IS 254 (99.61% from 255) = 44.25%
BLUE value IS 132 (51.95% from 255) = 23.00%
R=32.75%
G=44.25%
B=23.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1882541320.2600.480.0092.4698.3975.69
HexBCFE841A03005c624c
Octal274376204320600134142114
Binary1011110011111110100001001101001100000101110011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFE84; }

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

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

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

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

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

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

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

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