#B8FF70

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

Shades of Sulu #B8FF70

Tints of Sulu #B8FF70

Color information

#B8FF70 (or 0xB8FF70) is unknown color: approx Sulu. HEX triplet: B8, FF and 70. RGB value is (184,255,112). Sum of RGB (Red+Green+Blue) = 184+255+112=551 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.39% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 112 (44.14% from 255 or 20.33% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8FF70 is #47008F. Grayscale: #D9D9D9. Windows color (decimal): -4653200 or 7405496. OLE color: 7405496.

HSL color Cylindrical-coordinate representation of color #B8FF70: hue angle of 89.79º 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 #B8FF70 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB184255112-
CMYK0.2800.560
HSL89.79º100%71.96%-
HSV(B)89.79º56.08%100%-
XYZ58.4582.8828.25-
YUV217.4768.48104.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.39%
GREEN value IS 255 (100% from 255) = 46.28%
BLUE value IS 112 (44.14% from 255) = 20.33%
R=33.39%
G=46.28%
B=20.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842551120.2800.56089.7910071.96
HexB8FF701C03805a6448
Octal270377160340700132144110
Binary101110001111111111100001110001110000101101011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FF70; }

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

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

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

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

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

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

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

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