#BCDD7F

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

Shades of Sulu #BCDD7F

Tints of Sulu #BCDD7F

Color information

#BCDD7F (or 0xBCDD7F) is unknown color: approx Sulu. HEX triplet: BC, DD and 7F. RGB value is (188,221,127). Sum of RGB (Red+Green+Blue) = 188+221+127=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 127 (50% from 255 or 23.69% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD7F is #432280. Grayscale: #C8C8C8. Windows color (decimal): -4399745 or 8379836. OLE color: 8379836.

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

Color convert

RGB188221127-
CMYK0.1500.430.13
HSL81.06º58.02%68.24%-
HSV(B)81.06º42.53%86.67%-
XYZ50.4363.9429.76-
YUV200.4286.57119.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 221 (86.72% from 255) = 41.23%
BLUE value IS 127 (50% from 255) = 23.69%
R=35.07%
G=41.23%
B=23.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882211270.1500.430.1381.0658.0268.24
HexBCDD7FF02BD513a44
Octal274335177170531512172104
Binary1011110011011101111111111110101011110110100011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDD7F; }

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

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

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

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

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

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

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

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