#BFF251

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

Shades of Conifer #BFF251

Tints of Conifer #BFF251

Color information

#BFF251 (or 0xBFF251) is unknown color: approx Conifer. HEX triplet: BF, F2 and 51. RGB value is (191,242,81). Sum of RGB (Red+Green+Blue) = 191+242+81=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 81 (32.03% from 255 or 15.76% from 514); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF251 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF251 is #400DAE. Grayscale: #D0D0D0. Windows color (decimal): -4197807 or 5370559. OLE color: 5370559.

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

Color convert

RGB19124281-
CMYK0.2100.670.05
HSL79.01º86.1%63.33%-
HSV(B)79.01º66.53%94.9%-
XYZ54.7275.1719.41-
YUV208.456.1115.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.16%
GREEN value IS 242 (94.92% from 255) = 47.08%
BLUE value IS 81 (32.03% from 255) = 15.76%
R=37.16%
G=47.08%
B=15.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal191242810.2100.670.0579.0186.163.33
HexBFF2511504354f563f
Octal277362121250103511712677
Binary10111111111100101010001101010100001110110011111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF251; }

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

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

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

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

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

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

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

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