#B5DF7E

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

Shades of Sulu #B5DF7E

Tints of Sulu #B5DF7E

Color information

#B5DF7E (or 0xB5DF7E) is unknown color: approx Sulu. HEX triplet: B5, DF and 7E. RGB value is (181,223,126). Sum of RGB (Red+Green+Blue) = 181+223+126=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 126 (49.61% from 255 or 23.77% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DF7E is #4A2081. Grayscale: #C7C7C7. Windows color (decimal): -4857986 or 8314805. OLE color: 8314805.

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

Color convert

RGB181223126-
CMYK0.1900.430.13
HSL85.98º60.25%68.43%-
HSV(B)85.98º43.5%87.45%-
XYZ49.2164.1129.52-
YUV199.3886.59114.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.15%
GREEN value IS 223 (87.5% from 255) = 42.08%
BLUE value IS 126 (49.61% from 255) = 23.77%
R=34.15%
G=42.08%
B=23.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812231260.1900.430.1385.9860.2568.43
HexB5DF7E1302BD563c44
Octal265337176230531512674104
Binary10110101110111111111110100110101011110110101101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DF7E; }

 p { color: rgb(181,223,126); }

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

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

 a { background-color: rgb(181,223,126); }

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

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

 span { border-color: rgb(181,223,126); }

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