#BCE77F

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

Shades of Sulu #BCE77F

Tints of Sulu #BCE77F

Color information

#BCE77F (or 0xBCE77F) is unknown color: approx Sulu. HEX triplet: BC, E7 and 7F. RGB value is (188,231,127). Sum of RGB (Red+Green+Blue) = 188+231+127=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 231 (90.62% from 255 or 42.31% from 546); Blue value is 127 (50% from 255 or 23.26% from 546); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE77F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE77F is #431880. Grayscale: #CECECE. Windows color (decimal): -4397185 or 8382396. OLE color: 8382396.

HSL color Cylindrical-coordinate representation of color #BCE77F: hue angle of 84.81º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCE77F is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB188231127-
CMYK0.1900.450.09
HSL84.81º68.42%70.2%-
HSV(B)84.81º45.02%90.59%-
XYZ53.1569.3830.67-
YUV206.2983.25114.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.43%
GREEN value IS 231 (90.62% from 255) = 42.31%
BLUE value IS 127 (50% from 255) = 23.26%
R=34.43%
G=42.31%
B=23.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882311270.1900.450.0984.8168.4270.2
HexBCE77F1302D9554446
Octal2743471772305511125104106
Binary101111001110011111111111001101011011001101010110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE77F; }

 p { color: rgb(188,231,127); }

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

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

 a { background-color: rgb(188,231,127); }

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

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

 span { border-color: rgb(188,231,127); }

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