#BFF047

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

Shades of Conifer #BFF047

Tints of Conifer #BFF047

Color information

#BFF047 (or 0xBFF047) is unknown color: approx Conifer. HEX triplet: BF, F0 and 47. RGB value is (191,240,71). Sum of RGB (Red+Green+Blue) = 191+240+71=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 71 (28.12% from 255 or 14.14% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF047 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF047 is #400FB8. Grayscale: #CECECE. Windows color (decimal): -4198329 or 4714687. OLE color: 4714687.

HSL color Cylindrical-coordinate representation of color #BFF047: hue angle of 77.4º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFF047 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB19124071-
CMYK0.2000.700.06
HSL77.4º84.92%60.98%-
HSV(B)77.4º70.42%94.12%-
XYZ53.7873.8517.38-
YUV206.0851.77117.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.05%
GREEN value IS 240 (94.14% from 255) = 47.81%
BLUE value IS 71 (28.12% from 255) = 14.14%
R=38.05%
G=47.81%
B=14.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal191240710.2000.700.0677.484.9260.98
HexBFF0471404664d553d
Octal277360107240106611512575
Binary10111111111100001000111101000100011011010011011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF047; }

 p { color: rgb(191,240,71); }

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

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

 a { background-color: rgb(191,240,71); }

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

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

 span { border-color: rgb(191,240,71); }

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