#BFF654

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

Shades of Conifer #BFF654

Tints of Conifer #BFF654

Color information

#BFF654 (or 0xBFF654) is unknown color: approx Conifer. HEX triplet: BF, F6 and 54. RGB value is (191,246,84). Sum of RGB (Red+Green+Blue) = 191+246+84=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 246 (96.48% from 255 or 47.22% from 521); Blue value is 84 (33.20% from 255 or 16.12% from 521); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF654 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF654 is #4009AB. Grayscale: #D3D3D3. Windows color (decimal): -4196780 or 5568191. OLE color: 5568191.

HSL color Cylindrical-coordinate representation of color #BFF654: hue angle of 80.37º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFF654 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB19124684-
CMYK0.2200.660.04
HSL80.37º90%64.71%-
HSV(B)80.37º65.85%96.47%-
XYZ56.0477.6320.42-
YUV211.0956.28113.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.66%
GREEN value IS 246 (96.48% from 255) = 47.22%
BLUE value IS 84 (33.20% from 255) = 16.12%
R=36.66%
G=47.22%
B=16.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal191246840.2200.660.0480.379064.71
HexBFF654160424505a41
Octal2773661242601024120132101
Binary101111111111011010101001011001000010100101000010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF654; }

 p { color: rgb(191,246,84); }

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

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

 a { background-color: rgb(191,246,84); }

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

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

 span { border-color: rgb(191,246,84); }

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