#B6DD7F

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

Shades of Sulu #B6DD7F

Tints of Sulu #B6DD7F

Color information

#B6DD7F (or 0xB6DD7F) is unknown color: approx Sulu. HEX triplet: B6, DD and 7F. RGB value is (182,221,127). Sum of RGB (Red+Green+Blue) = 182+221+127=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 127 (50% from 255 or 23.96% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #B6DD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DD7F is #492280. Grayscale: #C6C6C6. Windows color (decimal): -4792961 or 8379830. OLE color: 8379830.

HSL color Cylindrical-coordinate representation of color #B6DD7F: hue angle of 84.89º 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 #B6DD7F is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB182221127-
CMYK0.1800.430.13
HSL84.89º58.02%68.24%-
HSV(B)84.89º42.53%86.67%-
XYZ48.9863.1929.69-
YUV198.6287.58116.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.34%
GREEN value IS 221 (86.72% from 255) = 41.70%
BLUE value IS 127 (50% from 255) = 23.96%
R=34.34%
G=41.70%
B=23.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1822211270.1800.430.1384.8958.0268.24
HexB6DD7F1202BD553a44
Octal266335177220531512572104
Binary10110110110111011111111100100101011110110101011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DD7F; }

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

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

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

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

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

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

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

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