#B8F16C

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

Shades of Sulu #B8F16C

Tints of Sulu #B8F16C

Color information

#B8F16C (or 0xB8F16C) is unknown color: approx Sulu. HEX triplet: B8, F1 and 6C. RGB value is (184,241,108). Sum of RGB (Red+Green+Blue) = 184+241+108=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 108 (42.58% from 255 or 20.26% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F16C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F16C is #470E93. Grayscale: #D1D1D1. Windows color (decimal): -4656788 or 7139768. OLE color: 7139768.

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

Color convert

RGB184241108-
CMYK0.2400.550.05
HSL85.71º82.61%68.43%-
HSV(B)85.71º55.19%94.51%-
XYZ53.9374.1825.66-
YUV208.871.12110.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.52%
GREEN value IS 241 (94.53% from 255) = 45.22%
BLUE value IS 108 (42.58% from 255) = 20.26%
R=34.52%
G=45.22%
B=20.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1842411080.2400.550.0585.7182.6168.43
HexB8F16C180375565344
Octal270361154300675126123104
Binary10111000111100011101100110000110111101101011010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F16C; }

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

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

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

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

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

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

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

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