#B8FF71

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

Shades of Sulu #B8FF71

Tints of Sulu #B8FF71

Color information

#B8FF71 (or 0xB8FF71) is unknown color: approx Sulu. HEX triplet: B8, FF and 71. RGB value is (184,255,113). Sum of RGB (Red+Green+Blue) = 184+255+113=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 113 (44.53% from 255 or 20.47% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FF71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8FF71 is #47008E. Grayscale: #DADADA. Windows color (decimal): -4653199 or 7471032. OLE color: 7471032.

HSL color Cylindrical-coordinate representation of color #B8FF71: hue angle of 90º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B8FF71 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB184255113-
CMYK0.2800.560
HSL90º100%72.16%-
HSV(B)90º55.69%100%-
XYZ58.5182.928.54-
YUV217.5868.98104.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.33%
GREEN value IS 255 (100% from 255) = 46.20%
BLUE value IS 113 (44.53% from 255) = 20.47%
R=33.33%
G=46.20%
B=20.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842551130.2800.5609010072.16
HexB8FF711C03805a6448
Octal270377161340700132144110
Binary101110001111111111100011110001110000101101011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FF71; }

 p { color: rgb(184,255,113); }

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

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

 a { background-color: rgb(184,255,113); }

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

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

 span { border-color: rgb(184,255,113); }

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