#BFF04D

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

Shades of Conifer #BFF04D

Tints of Conifer #BFF04D

Color information

#BFF04D (or 0xBFF04D) is unknown color: approx Conifer. HEX triplet: BF, F0 and 4D. RGB value is (191,240,77). Sum of RGB (Red+Green+Blue) = 191+240+77=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 77 (30.47% from 255 or 15.16% from 508); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF04D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF04D is #400FB2. Grayscale: #CFCFCF. Windows color (decimal): -4198323 or 5107903. OLE color: 5107903.

HSL color Cylindrical-coordinate representation of color #BFF04D: hue angle of 78.04º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFF04D is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB19124077-
CMYK0.2000.680.06
HSL78.04º84.46%62.16%-
HSV(B)78.04º67.92%94.12%-
XYZ53.9973.9318.45-
YUV206.7754.77116.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 240 (94.14% from 255) = 47.24%
BLUE value IS 77 (30.47% from 255) = 15.16%
R=37.60%
G=47.24%
B=15.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal191240770.2000.680.0678.0484.4662.16
HexBFF04D1404464e543e
Octal277360115240104611612476
Binary10111111111100001001101101000100010011010011101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF04D; }

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

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

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

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

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

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

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

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