#B4F56A

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

Shades of Sulu #B4F56A

Tints of Sulu #B4F56A

Color information

#B4F56A (or 0xB4F56A) is unknown color: approx Sulu. HEX triplet: B4, F5 and 6A. RGB value is (180,245,106). Sum of RGB (Red+Green+Blue) = 180+245+106=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 245 (96.09% from 255 or 46.14% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 245 - color contains mainly: green. Hex color #B4F56A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F56A is #4B0A95. Grayscale: #D2D2D2. Windows color (decimal): -4917910 or 7009716. OLE color: 7009716.

HSL color Cylindrical-coordinate representation of color #B4F56A: hue angle of 88.06º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4F56A is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB180245106-
CMYK0.2700.570.04
HSL88.06º87.42%68.82%-
HSV(B)88.06º56.73%96.08%-
XYZ54.0876.0525.46-
YUV209.7269.47106.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.90%
GREEN value IS 245 (96.09% from 255) = 46.14%
BLUE value IS 106 (41.80% from 255) = 19.96%
R=33.90%
G=46.14%
B=19.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1802451060.2700.570.0488.0687.4268.82
HexB4F56A1B0394585745
Octal264365152330714130127105
Binary10110100111101011101010110110111001100101100010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F56A; }

 p { color: rgb(180,245,106); }

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

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

 a { background-color: rgb(180,245,106); }

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

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

 span { border-color: rgb(180,245,106); }

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