#BCF16E

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

Shades of Sulu #BCF16E

Tints of Sulu #BCF16E

Color information

#BCF16E (or 0xBCF16E) is unknown color: approx Sulu. HEX triplet: BC, F1 and 6E. RGB value is (188,241,110). Sum of RGB (Red+Green+Blue) = 188+241+110=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 110 (43.36% from 255 or 20.41% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF16E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF16E is #430E91. Grayscale: #D2D2D2. Windows color (decimal): -4394642 or 7270844. OLE color: 7270844.

HSL color Cylindrical-coordinate representation of color #BCF16E: hue angle of 84.27º 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 #BCF16E is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB188241110-
CMYK0.2200.540.05
HSL84.27º82.39%68.82%-
HSV(B)84.27º54.36%94.51%-
XYZ55.0174.7326.28-
YUV210.2271.44112.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 241 (94.53% from 255) = 44.71%
BLUE value IS 110 (43.36% from 255) = 20.41%
R=34.88%
G=44.71%
B=20.41%

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
Decimal1882411100.2200.540.0584.2782.3968.82
HexBCF16E160365545245
Octal274361156260665124122105
Binary10111100111100011101110101100110110101101010010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF16E; }

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

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

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

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

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

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

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

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