#B4F885

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

Shades of Sulu #B4F885

Tints of Sulu #B4F885

Color information

#B4F885 (or 0xB4F885) is unknown color: approx Sulu. HEX triplet: B4, F8 and 85. RGB value is (180,248,133). Sum of RGB (Red+Green+Blue) = 180+248+133=561 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.09% from 561); Green value is 248 (97.27% from 255 or 44.21% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 248 - color contains mainly: green. Hex color #B4F885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F885 is #4B077A. Grayscale: #D6D6D6. Windows color (decimal): -4917115 or 8779956. OLE color: 8779956.

HSL color Cylindrical-coordinate representation of color #B4F885: hue angle of 95.48º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4F885 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB180248133-
CMYK0.2700.460.03
HSL95.48º89.15%74.71%-
HSV(B)95.48º46.37%97.25%-
XYZ56.6278.5334.36-
YUV214.5681.97103.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.09%
GREEN value IS 248 (97.27% from 255) = 44.21%
BLUE value IS 133 (52.34% from 255) = 23.71%
R=32.09%
G=44.21%
B=23.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1802481330.2700.460.0395.4889.1574.71
HexB4F8851B02E35f594b
Octal264370205330563137131113
Binary10110100111110001000010111011010111011101111110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F885; }

 p { color: rgb(180,248,133); }

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

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

 a { background-color: rgb(180,248,133); }

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

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

 span { border-color: rgb(180,248,133); }

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