#BFF288

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

Shades of Sulu #BFF288

Tints of Sulu #BFF288

Color information

#BFF288 (or 0xBFF288) is unknown color: approx Sulu. HEX triplet: BF, F2 and 88. RGB value is (191,242,136). Sum of RGB (Red+Green+Blue) = 191+242+136=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 136 (53.52% from 255 or 23.90% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF288 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF288 is #400D77. Grayscale: #D7D7D7. Windows color (decimal): -4197752 or 8975039. OLE color: 8975039.

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

Color convert

RGB191242136-
CMYK0.2100.440.05
HSL88.87º80.3%74.12%-
HSV(B)88.87º43.8%94.9%-
XYZ57.6876.3634.99-
YUV214.6783.6111.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.57%
GREEN value IS 242 (94.92% from 255) = 42.53%
BLUE value IS 136 (53.52% from 255) = 23.90%
R=33.57%
G=42.53%
B=23.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912421360.2100.440.0588.8780.374.12
HexBFF2881502C559504a
Octal277362210250545131120112
Binary101111111111001010001000101010101100101101100110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF288; }

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

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

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

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

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

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

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

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