#BFF285

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

Shades of Sulu #BFF285

Tints of Sulu #BFF285

Color information

#BFF285 (or 0xBFF285) is unknown color: approx Sulu. HEX triplet: BF, F2 and 85. RGB value is (191,242,133). Sum of RGB (Red+Green+Blue) = 191+242+133=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 133 (52.34% from 255 or 23.50% from 566); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF285 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF285 is #400D7A. Grayscale: #D6D6D6. Windows color (decimal): -4197755 or 8778431. OLE color: 8778431.

HSL color Cylindrical-coordinate representation of color #BFF285: hue angle of 88.07º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFF285 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB191242133-
CMYK0.2100.450.05
HSL88.07º80.74%73.53%-
HSV(B)88.07º45.04%94.9%-
XYZ57.4776.2733.88-
YUV214.3282.1111.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.75%
GREEN value IS 242 (94.92% from 255) = 42.76%
BLUE value IS 133 (52.34% from 255) = 23.50%
R=33.75%
G=42.76%
B=23.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912421330.2100.450.0588.0780.7473.53
HexBFF2851502D558514a
Octal277362205250555130121112
Binary101111111111001010000101101010101101101101100010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF285; }

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

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

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

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

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

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

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

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