#BFFF85

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

Shades of Sulu #BFFF85

Tints of Sulu #BFFF85

Color information

#BFFF85 (or 0xBFFF85) is unknown color: approx Sulu. HEX triplet: BF, FF and 85. RGB value is (191,255,133). Sum of RGB (Red+Green+Blue) = 191+255+133=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 133 (52.34% from 255 or 22.97% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFF85 is #40007A. Grayscale: #DEDEDE. Windows color (decimal): -4194427 or 8781759. OLE color: 8781759.

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

Color convert

RGB191255133-
CMYK0.2500.480
HSL91.48º100%76.08%-
HSV(B)91.48º47.84%100%-
XYZ61.4884.2935.22-
YUV221.9677.8105.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.99%
GREEN value IS 255 (100% from 255) = 44.04%
BLUE value IS 133 (52.34% from 255) = 22.97%
R=32.99%
G=44.04%
B=22.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912551330.2500.48091.4810076.08
HexBFFF851903005b644c
Octal277377205310600133144114
Binary1011111111111111100001011100101100000101101111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFF85; }

 p { color: rgb(191,255,133); }

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

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

 a { background-color: rgb(191,255,133); }

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

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

 span { border-color: rgb(191,255,133); }

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