#B8F185

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

Shades of Sulu #B8F185

Tints of Sulu #B8F185

Color information

#B8F185 (or 0xB8F185) is unknown color: approx Sulu. HEX triplet: B8, F1 and 85. RGB value is (184,241,133). Sum of RGB (Red+Green+Blue) = 184+241+133=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 241 (94.53% from 255 or 43.19% from 558); Blue value is 133 (52.34% from 255 or 23.84% from 558); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F185 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8F185 is #470E7A. Grayscale: #D4D4D4. Windows color (decimal): -4656763 or 8778168. OLE color: 8778168.

HSL color Cylindrical-coordinate representation of color #B8F185: hue angle of 91.67º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B8F185 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB184241133-
CMYK0.2400.450.05
HSL91.67º79.41%73.33%-
HSV(B)91.67º44.81%94.51%-
XYZ55.4674.7933.7-
YUV211.6483.62108.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.97%
GREEN value IS 241 (94.53% from 255) = 43.19%
BLUE value IS 133 (52.34% from 255) = 23.84%
R=32.97%
G=43.19%
B=23.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1842411330.2400.450.0591.6779.4173.33
HexB8F1851802D55c4f49
Octal270361205300555134117111
Binary101110001111000110000101110000101101101101110010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F185; }

 p { color: rgb(184,241,133); }

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

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

 a { background-color: rgb(184,241,133); }

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

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

 span { border-color: rgb(184,241,133); }

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