#BCFA71

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

Shades of Sulu #BCFA71

Tints of Sulu #BCFA71

Color information

#BCFA71 (or 0xBCFA71) is unknown color: approx Sulu. HEX triplet: BC, FA and 71. RGB value is (188,250,113). Sum of RGB (Red+Green+Blue) = 188+250+113=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 113 (44.53% from 255 or 20.51% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFA71 is #43058E. Grayscale: #D8D8D8. Windows color (decimal): -4392335 or 7469756. OLE color: 7469756.

HSL color Cylindrical-coordinate representation of color #BCFA71: hue angle of 87.15º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCFA71 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB188250113-
CMYK0.2500.550.02
HSL87.15º93.2%71.18%-
HSV(B)87.15º54.8%98.04%-
XYZ57.9180.2528.06-
YUV215.8469.96108.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.12%
GREEN value IS 250 (98.05% from 255) = 45.37%
BLUE value IS 113 (44.53% from 255) = 20.51%
R=34.12%
G=45.37%
B=20.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882501130.2500.550.0287.1593.271.18
HexBCFA71190372575d47
Octal274372161310672127135107
Binary1011110011111010111000111001011011110101011110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFA71; }

 p { color: rgb(188,250,113); }

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

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

 a { background-color: rgb(188,250,113); }

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

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

 span { border-color: rgb(188,250,113); }

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