#B8FA81

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

Shades of Sulu #B8FA81

Tints of Sulu #B8FA81

Color information

#B8FA81 (or 0xB8FA81) is unknown color: approx Sulu. HEX triplet: B8, FA and 81. RGB value is (184,250,129). Sum of RGB (Red+Green+Blue) = 184+250+129=563 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.68% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 129 (50.78% from 255 or 22.91% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FA81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8FA81 is #47057E. Grayscale: #D8D8D8. Windows color (decimal): -4654463 or 8518328. OLE color: 8518328.

HSL color Cylindrical-coordinate representation of color #B8FA81: hue angle of 92.73º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8FA81 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB184250129-
CMYK0.2600.480.02
HSL92.73º92.37%74.31%-
HSV(B)92.73º48.4%98.04%-
XYZ57.9280.1533.19-
YUV216.4778.63104.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.68%
GREEN value IS 250 (98.05% from 255) = 44.40%
BLUE value IS 129 (50.78% from 255) = 22.91%
R=32.68%
G=44.40%
B=22.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842501290.2600.480.0292.7392.3774.31
HexB8FA811A03025d5c4a
Octal270372201320602135134112
Binary10111000111110101000000111010011000010101110110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FA81; }

 p { color: rgb(184,250,129); }

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

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

 a { background-color: rgb(184,250,129); }

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

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

 span { border-color: rgb(184,250,129); }

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