#BFF17A

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

Shades of Sulu #BFF17A

Tints of Sulu #BFF17A

Color information

#BFF17A (or 0xBFF17A) is unknown color: approx Sulu. HEX triplet: BF, F1 and 7A. RGB value is (191,241,122). Sum of RGB (Red+Green+Blue) = 191+241+122=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 122 (48.05% from 255 or 22.02% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF17A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF17A is #400E85. Grayscale: #D4D4D4. Windows color (decimal): -4198022 or 8057279. OLE color: 8057279.

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

Color convert

RGB191241122-
CMYK0.2100.490.05
HSL85.21º80.95%71.18%-
HSV(B)85.21º49.38%94.51%-
XYZ56.4575.3929.99-
YUV212.4876.94112.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.48%
GREEN value IS 241 (94.53% from 255) = 43.50%
BLUE value IS 122 (48.05% from 255) = 22.02%
R=34.48%
G=43.50%
B=22.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912411220.2100.490.0585.2180.9571.18
HexBFF17A150315555147
Octal277361172250615125121107
Binary10111111111100011111010101010110001101101010110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF17A; }

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

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

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

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

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

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

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

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