#B4E975

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

Shades of Sulu #B4E975

Tints of Sulu #B4E975

Color information

#B4E975 (or 0xB4E975) is unknown color: approx Sulu. HEX triplet: B4, E9 and 75. RGB value is (180,233,117). Sum of RGB (Red+Green+Blue) = 180+233+117=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #B4E975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4E975 is #4B168A. Grayscale: #CCCCCC. Windows color (decimal): -4920971 or 7727540. OLE color: 7727540.

HSL color Cylindrical-coordinate representation of color #B4E975: hue angle of 87.41º 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 #B4E975 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB180233117-
CMYK0.2300.500.09
HSL87.41º72.5%68.63%-
HSV(B)87.41º49.79%91.37%-
XYZ51.1769.2727.5-
YUV203.9378.94110.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.96%
GREEN value IS 233 (91.41% from 255) = 43.96%
BLUE value IS 117 (46.09% from 255) = 22.08%
R=33.96%
G=43.96%
B=22.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1802331170.2300.500.0987.4172.568.63
HexB4E975170329574845
Octal2643511652706211127110105
Binary101101001110100111101011011101100101001101011110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E975; }

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

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

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

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

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

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

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

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