#B4E974

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

Shades of Sulu #B4E974

Tints of Sulu #B4E974

Color information

#B4E974 (or 0xB4E974) is unknown color: approx Sulu. HEX triplet: B4, E9 and 74. RGB value is (180,233,116). Sum of RGB (Red+Green+Blue) = 180+233+116=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #B4E974 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4E974 is #4B168B. Grayscale: #CCCCCC. Windows color (decimal): -4920972 or 7662004. OLE color: 7662004.

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

Color convert

RGB180233116-
CMYK0.2300.500.09
HSL87.18º72.67%68.43%-
HSV(B)87.18º50.21%91.37%-
XYZ51.1169.2427.19-
YUV203.8178.44111.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.03%
GREEN value IS 233 (91.41% from 255) = 44.05%
BLUE value IS 116 (45.70% from 255) = 21.93%
R=34.03%
G=44.05%
B=21.93%

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
Decimal1802331160.2300.500.0987.1872.6768.43
HexB4E974170329574944
Octal2643511642706211127111104
Binary101101001110100111101001011101100101001101011110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E974; }

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

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

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

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

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

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

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

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