#B1DD71

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

Shades of Sulu #B1DD71

Tints of Sulu #B1DD71

Color information

#B1DD71 (or 0xB1DD71) is unknown color: approx Sulu. HEX triplet: B1, DD and 71. RGB value is (177,221,113). Sum of RGB (Red+Green+Blue) = 177+221+113=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DD71 is #4E228E. Grayscale: #C3C3C3. Windows color (decimal): -5120655 or 7462321. OLE color: 7462321.

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

Color convert

RGB177221113-
CMYK0.2000.490.13
HSL84.44º61.36%65.49%-
HSV(B)84.44º48.87%86.67%-
XYZ46.9762.2525.16-
YUV195.5381.42114.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.64%
GREEN value IS 221 (86.72% from 255) = 43.25%
BLUE value IS 113 (44.53% from 255) = 22.11%
R=34.64%
G=43.25%
B=22.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772211130.2000.490.1384.4461.3665.49
HexB1DD7114031D543d41
Octal261335161240611512475101
Binary10110001110111011110001101000110001110110101001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DD71; }

 p { color: rgb(177,221,113); }

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

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

 a { background-color: rgb(177,221,113); }

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

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

 span { border-color: rgb(177,221,113); }

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