#B5DC6F

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

Shades of Sulu #B5DC6F

Tints of Sulu #B5DC6F

Color information

#B5DC6F (or 0xB5DC6F) is unknown color: approx Sulu. HEX triplet: B5, DC and 6F. RGB value is (181,220,111). Sum of RGB (Red+Green+Blue) = 181+220+111=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 111 (43.75% from 255 or 21.68% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DC6F is #4A2390. Grayscale: #C4C4C4. Windows color (decimal): -4858769 or 7330997. OLE color: 7330997.

HSL color Cylindrical-coordinate representation of color #B5DC6F: hue angle of 81.47º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5DC6F is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB181220111-
CMYK0.1800.500.14
HSL81.47º60.89%64.9%-
HSV(B)81.47º49.55%86.27%-
XYZ47.5262.1624.53-
YUV195.9180.08117.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.35%
GREEN value IS 220 (86.33% from 255) = 42.97%
BLUE value IS 111 (43.75% from 255) = 21.68%
R=35.35%
G=42.97%
B=21.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812201110.1800.500.1481.4760.8964.9
HexB5DC6F12032E513d41
Octal265334157220621612175101
Binary10110101110111001101111100100110010111010100011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DC6F; }

 p { color: rgb(181,220,111); }

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

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

 a { background-color: rgb(181,220,111); }

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

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

 span { border-color: rgb(181,220,111); }

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