#B5E985

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

Shades of Sulu #B5E985

Tints of Sulu #B5E985

Color information

#B5E985 (or 0xB5E985) is unknown color: approx Sulu. HEX triplet: B5, E9 and 85. RGB value is (181,233,133). Sum of RGB (Red+Green+Blue) = 181+233+133=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 233 (91.41% from 255 or 42.60% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 233 - color contains mainly: green. Hex color #B5E985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5E985 is #4A167A. Grayscale: #CECECE. Windows color (decimal): -4855419 or 8776117. OLE color: 8776117.

HSL color Cylindrical-coordinate representation of color #B5E985: hue angle of 91.2º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B5E985 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB181233133-
CMYK0.2200.430.09
HSL91.2º69.44%71.76%-
HSV(B)91.2º42.92%91.37%-
XYZ52.4369.832.9-
YUV206.0586.77110.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.09%
GREEN value IS 233 (91.41% from 255) = 42.60%
BLUE value IS 133 (52.34% from 255) = 24.31%
R=33.09%
G=42.60%
B=24.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1812331330.2200.430.0991.269.4471.76
HexB5E9851602B95b4548
Octal2653512052605311133105110
Binary1011010111101001100001011011001010111001101101110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E985; }

 p { color: rgb(181,233,133); }

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

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

 a { background-color: rgb(181,233,133); }

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

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

 span { border-color: rgb(181,233,133); }

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