#BCDE71

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

Shades of Sulu #BCDE71

Tints of Sulu #BCDE71

Color information

#BCDE71 (or 0xBCDE71) is unknown color: approx Sulu. HEX triplet: BC, DE and 71. RGB value is (188,222,113). Sum of RGB (Red+Green+Blue) = 188+222+113=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 113 (44.53% from 255 or 21.61% from 523); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDE71 is #43218E. Grayscale: #C7C7C7. Windows color (decimal): -4399503 or 7462588. OLE color: 7462588.

HSL color Cylindrical-coordinate representation of color #BCDE71: hue angle of 78.72º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCDE71 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB188222113-
CMYK0.1500.490.13
HSL78.72º62.29%65.69%-
HSV(B)78.72º49.1%87.06%-
XYZ49.8464.1325.37-
YUV199.4179.24119.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.95%
GREEN value IS 222 (87.11% from 255) = 42.45%
BLUE value IS 113 (44.53% from 255) = 21.61%
R=35.95%
G=42.45%
B=21.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882221130.1500.490.1378.7262.2965.69
HexBCDE71F031D4f3e42
Octal274336161170611511776102
Binary1011110011011110111000111110110001110110011111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDE71; }

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

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

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

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

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

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

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

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