#B8F869

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

Shades of Sulu #B8F869

Tints of Sulu #B8F869

Color information

#B8F869 (or 0xB8F869) is unknown color: approx Sulu. HEX triplet: B8, F8 and 69. RGB value is (184,248,105). Sum of RGB (Red+Green+Blue) = 184+248+105=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 248 (97.27% from 255 or 46.18% from 537); Blue value is 105 (41.41% from 255 or 19.55% from 537); Max value from RGB is 248 - color contains mainly: green. Hex color #B8F869 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F869 is #470796. Grayscale: #D5D5D5. Windows color (decimal): -4654999 or 6944952. OLE color: 6944952.

HSL color Cylindrical-coordinate representation of color #B8F869: hue angle of 86.85º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B8F869 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB184248105-
CMYK0.2600.580.03
HSL86.85º91.08%69.22%-
HSV(B)86.85º57.66%97.25%-
XYZ55.8878.3525.54-
YUV212.5667.3107.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.26%
GREEN value IS 248 (97.27% from 255) = 46.18%
BLUE value IS 105 (41.41% from 255) = 19.55%
R=34.26%
G=46.18%
B=19.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1842481050.2600.580.0386.8591.0869.22
HexB8F8691A03A3575b45
Octal270370151320723127133105
Binary1011100011111000110100111010011101011101011110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F869; }

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

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

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

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

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

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

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

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