#BFF150

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

Shades of Conifer #BFF150

Tints of Conifer #BFF150

Color information

#BFF150 (or 0xBFF150) is unknown color: approx Conifer. HEX triplet: BF, F1 and 50. RGB value is (191,241,80). Sum of RGB (Red+Green+Blue) = 191+241+80=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 80 (31.64% from 255 or 15.62% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF150 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF150 is #400EAF. Grayscale: #D0D0D0. Windows color (decimal): -4198064 or 5304767. OLE color: 5304767.

HSL color Cylindrical-coordinate representation of color #BFF150: hue angle of 78.63º degrees, saturation: 0.85, 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 #BFF150 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB19124180-
CMYK0.2100.670.05
HSL78.63º85.19%62.94%-
HSV(B)78.63º66.8%94.51%-
XYZ54.3974.5719.12-
YUV207.755.94116.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 241 (94.53% from 255) = 47.07%
BLUE value IS 80 (31.64% from 255) = 15.62%
R=37.30%
G=47.07%
B=15.62%

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
Decimal191241800.2100.670.0578.6385.1962.94
HexBFF1501504354f553f
Octal277361120250103511712577
Binary10111111111100011010000101010100001110110011111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF150; }

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

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

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

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

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

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

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

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