#B5E975

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

Shades of Sulu #B5E975

Tints of Sulu #B5E975

Color information

#B5E975 (or 0xB5E975) is unknown color: approx Sulu. HEX triplet: B5, E9 and 75. RGB value is (181,233,117). Sum of RGB (Red+Green+Blue) = 181+233+117=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 233 (91.41% from 255 or 43.88% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 233 - color contains mainly: green. Hex color #B5E975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5E975 is #4A168A. Grayscale: #CCCCCC. Windows color (decimal): -4855435 or 7727541. OLE color: 7727541.

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

Color convert

RGB181233117-
CMYK0.2200.500.09
HSL86.9º72.5%68.63%-
HSV(B)86.9º49.79%91.37%-
XYZ51.4169.3927.51-
YUV204.2378.77111.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.09%
GREEN value IS 233 (91.41% from 255) = 43.88%
BLUE value IS 117 (46.09% from 255) = 22.03%
R=34.09%
G=43.88%
B=22.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1812331170.2200.500.0986.972.568.63
HexB5E975160329574845
Octal2653511652606211127110105
Binary101101011110100111101011011001100101001101011110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E975; }

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

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

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

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

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

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

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

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