#B5DC7F

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

Shades of Sulu #B5DC7F

Tints of Sulu #B5DC7F

Color information

#B5DC7F (or 0xB5DC7F) is unknown color: approx Sulu. HEX triplet: B5, DC and 7F. RGB value is (181,220,127). Sum of RGB (Red+Green+Blue) = 181+220+127=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 127 (50% from 255 or 24.05% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DC7F is #4A2380. Grayscale: #C6C6C6. Windows color (decimal): -4858753 or 8379573. OLE color: 8379573.

HSL color Cylindrical-coordinate representation of color #B5DC7F: hue angle of 85.16º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B5DC7F is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB181220127-
CMYK0.1800.420.14
HSL85.16º57.06%68.04%-
HSV(B)85.16º42.27%86.27%-
XYZ48.4862.5429.6-
YUV197.7488.08116.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.28%
GREEN value IS 220 (86.33% from 255) = 41.67%
BLUE value IS 127 (50% from 255) = 24.05%
R=34.28%
G=41.67%
B=24.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812201270.1800.420.1485.1657.0668.04
HexB5DC7F1202AE553944
Octal265334177220521612571104
Binary10110101110111001111111100100101010111010101011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DC7F; }

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

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

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

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

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

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

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

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