#BFF94F

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

Shades of Conifer #BFF94F

Tints of Conifer #BFF94F

Color information

#BFF94F (or 0xBFF94F) is unknown color: approx Conifer. HEX triplet: BF, F9 and 4F. RGB value is (191,249,79). Sum of RGB (Red+Green+Blue) = 191+249+79=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 249 (97.66% from 255 or 47.98% from 519); Blue value is 79 (31.25% from 255 or 15.22% from 519); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF94F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF94F is #4006B0. Grayscale: #D4D4D4. Windows color (decimal): -4196017 or 5241279. OLE color: 5241279.

HSL color Cylindrical-coordinate representation of color #BFF94F: hue angle of 80.47º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFF94F is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB19124979-
CMYK0.2300.680.02
HSL80.47º93.41%64.31%-
HSV(B)80.47º68.27%97.65%-
XYZ56.7779.3919.73-
YUV212.2852.78112.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.80%
GREEN value IS 249 (97.66% from 255) = 47.98%
BLUE value IS 79 (31.25% from 255) = 15.22%
R=36.80%
G=47.98%
B=15.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal191249790.2300.680.0280.4793.4164.31
HexBFF94F170442505d40
Octal2773711172701042120135100
Binary10111111111110011001111101110100010010101000010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF94F; }

 p { color: rgb(191,249,79); }

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

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

 a { background-color: rgb(191,249,79); }

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

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

 span { border-color: rgb(191,249,79); }

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