#BFF64C

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

Shades of Conifer #BFF64C

Tints of Conifer #BFF64C

Color information

#BFF64C (or 0xBFF64C) is unknown color: approx Conifer. HEX triplet: BF, F6 and 4C. RGB value is (191,246,76). Sum of RGB (Red+Green+Blue) = 191+246+76=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 76 (30.08% from 255 or 14.81% from 513); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF64C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF64C is #4009B3. Grayscale: #D2D2D2. Windows color (decimal): -4196788 or 5043903. OLE color: 5043903.

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

Color convert

RGB19124676-
CMYK0.2200.690.04
HSL79.41º90.43%63.14%-
HSV(B)79.41º69.11%96.47%-
XYZ55.7577.5118.86-
YUV210.1752.28114.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 246 (96.48% from 255) = 47.95%
BLUE value IS 76 (30.08% from 255) = 14.81%
R=37.23%
G=47.95%
B=14.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal191246760.2200.690.0479.4190.4363.14
HexBFF64C1604544f5a3f
Octal277366114260105411713277
Binary10111111111101101001100101100100010110010011111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF64C; }

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

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

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

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

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

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

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

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