#BCF16F

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

Shades of Sulu #BCF16F

Tints of Sulu #BCF16F

Color information

#BCF16F (or 0xBCF16F) is unknown color: approx Sulu. HEX triplet: BC, F1 and 6F. RGB value is (188,241,111). Sum of RGB (Red+Green+Blue) = 188+241+111=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 111 (43.75% from 255 or 20.56% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF16F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF16F is #430E90. Grayscale: #D2D2D2. Windows color (decimal): -4394641 or 7336380. OLE color: 7336380.

HSL color Cylindrical-coordinate representation of color #BCF16F: hue angle of 84.46º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCF16F is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB188241111-
CMYK0.2200.540.05
HSL84.46º82.28%69.02%-
HSV(B)84.46º53.94%94.51%-
XYZ55.0674.7526.56-
YUV210.3371.94112.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.81%
GREEN value IS 241 (94.53% from 255) = 44.63%
BLUE value IS 111 (43.75% from 255) = 20.56%
R=34.81%
G=44.63%
B=20.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882411110.2200.540.0584.4682.2869.02
HexBCF16F160365545245
Octal274361157260665124122105
Binary10111100111100011101111101100110110101101010010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF16F; }

 p { color: rgb(188,241,111); }

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

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

 a { background-color: rgb(188,241,111); }

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

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

 span { border-color: rgb(188,241,111); }

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