#BFF190

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

Shades of Sulu #BFF190

Tints of Sulu #BFF190

Color information

#BFF190 (or 0xBFF190) is unknown color: approx Sulu. HEX triplet: BF, F1 and 90. RGB value is (191,241,144). Sum of RGB (Red+Green+Blue) = 191+241+144=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 144 (56.64% from 255 or 25% from 576); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF190 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF190 is #400E6F. Grayscale: #D7D7D7. Windows color (decimal): -4198000 or 9499071. OLE color: 9499071.

HSL color Cylindrical-coordinate representation of color #BFF190: hue angle of 90.93º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFF190 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB191241144-
CMYK0.2100.400.05
HSL90.93º77.6%75.49%-
HSV(B)90.93º40.25%94.51%-
XYZ57.987638-
YUV214.9987.94110.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.16%
GREEN value IS 241 (94.53% from 255) = 41.84%
BLUE value IS 144 (56.64% from 255) = 25%
R=33.16%
G=41.84%
B=25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912411440.2100.400.0590.9377.675.49
HexBFF1901502855b4e4b
Octal277361220250505133116113
Binary101111111111000110010000101010101000101101101110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF190; }

 p { color: rgb(191,241,144); }

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

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

 a { background-color: rgb(191,241,144); }

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

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

 span { border-color: rgb(191,241,144); }

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