#BFEF86

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

Shades of Sulu #BFEF86

Tints of Sulu #BFEF86

Color information

#BFEF86 (or 0xBFEF86) is unknown color: approx Sulu. HEX triplet: BF, EF and 86. RGB value is (191,239,134). Sum of RGB (Red+Green+Blue) = 191+239+134=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 134 (52.73% from 255 or 23.76% from 564); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEF86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEF86 is #401079. Grayscale: #D5D5D5. Windows color (decimal): -4198522 or 8843199. OLE color: 8843199.

HSL color Cylindrical-coordinate representation of color #BFEF86: hue angle of 87.43º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFEF86 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB191239134-
CMYK0.2000.440.06
HSL87.43º76.64%73.14%-
HSV(B)87.43º43.93%93.73%-
XYZ56.6674.5333.95-
YUV212.6883.6112.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.87%
GREEN value IS 239 (93.75% from 255) = 42.38%
BLUE value IS 134 (52.73% from 255) = 23.76%
R=33.87%
G=42.38%
B=23.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912391340.2000.440.0687.4376.6473.14
HexBFEF861402C6574d49
Octal277357206240546127115111
Binary101111111110111110000110101000101100110101011110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEF86; }

 p { color: rgb(191,239,134); }

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

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

 a { background-color: rgb(191,239,134); }

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

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

 span { border-color: rgb(191,239,134); }

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