#BFF559

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

Shades of Conifer #BFF559

Tints of Conifer #BFF559

Color information

#BFF559 (or 0xBFF559) is unknown color: approx Conifer. HEX triplet: BF, F5 and 59. RGB value is (191,245,89). Sum of RGB (Red+Green+Blue) = 191+245+89=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 245 (96.09% from 255 or 46.67% from 525); Blue value is 89 (35.16% from 255 or 16.95% from 525); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF559 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF559 is #400AA6. Grayscale: #D3D3D3. Windows color (decimal): -4197031 or 5895615. OLE color: 5895615.

HSL color Cylindrical-coordinate representation of color #BFF559: hue angle of 80.77º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFF559 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB19124589-
CMYK0.2200.640.04
HSL80.77º88.64%65.49%-
HSV(B)80.77º63.67%96.08%-
XYZ55.9477.121.39-
YUV211.0759.11113.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.38%
GREEN value IS 245 (96.09% from 255) = 46.67%
BLUE value IS 89 (35.16% from 255) = 16.95%
R=36.38%
G=46.67%
B=16.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal191245890.2200.640.0480.7788.6465.49
HexBFF559160404515941
Octal2773651312601004121131101
Binary101111111111010110110011011001000000100101000110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF559; }

 p { color: rgb(191,245,89); }

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

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

 a { background-color: rgb(191,245,89); }

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

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

 span { border-color: rgb(191,245,89); }

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