#BFF462

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

Shades of Conifer #BFF462

Tints of Conifer #BFF462

Color information

#BFF462 (or 0xBFF462) is unknown color: approx Conifer. HEX triplet: BF, F4 and 62. RGB value is (191,244,98). Sum of RGB (Red+Green+Blue) = 191+244+98=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 244 (95.70% from 255 or 45.78% from 533); Blue value is 98 (38.67% from 255 or 18.39% from 533); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF462 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF462 is #400B9D. Grayscale: #D4D4D4. Windows color (decimal): -4197278 or 6485183. OLE color: 6485183.

HSL color Cylindrical-coordinate representation of color #BFF462: hue angle of 81.78º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFF462 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB19124498-
CMYK0.2200.600.04
HSL81.78º86.9%67.06%-
HSV(B)81.78º59.84%95.69%-
XYZ56.0476.6623.4-
YUV211.5163.94113.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.83%
GREEN value IS 244 (95.70% from 255) = 45.78%
BLUE value IS 98 (38.67% from 255) = 18.39%
R=35.83%
G=45.78%
B=18.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal191244980.2200.600.0481.7886.967.06
HexBFF4621603C4525743
Octal277364142260744122127103
Binary10111111111101001100010101100111100100101001010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF462; }

 p { color: rgb(191,244,98); }

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

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

 a { background-color: rgb(191,244,98); }

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

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

 span { border-color: rgb(191,244,98); }

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