#B8FF69

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

Shades of Sulu #B8FF69

Tints of Sulu #B8FF69

Color information

#B8FF69 (or 0xB8FF69) is unknown color: approx Sulu. HEX triplet: B8, FF and 69. RGB value is (184,255,105). Sum of RGB (Red+Green+Blue) = 184+255+105=544 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.82% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 105 (41.41% from 255 or 19.30% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FF69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8FF69 is #470096. Grayscale: #D9D9D9. Windows color (decimal): -4653207 or 6946744. OLE color: 6946744.

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

Color convert

RGB184255105-
CMYK0.2800.590
HSL88.4º100%70.59%-
HSV(B)88.4º58.82%100%-
XYZ58.0882.7326.27-
YUV216.6764.98104.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.82%
GREEN value IS 255 (100% from 255) = 46.88%
BLUE value IS 105 (41.41% from 255) = 19.30%
R=33.82%
G=46.88%
B=19.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842551050.2800.59088.410070.59
HexB8FF691C03B0586447
Octal270377151340730130144107
Binary101110001111111111010011110001110110101100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FF69; }

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

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

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

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

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

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

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

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