#BDFA4E

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

Shades of Conifer #BDFA4E

Tints of Conifer #BDFA4E

Color information

#BDFA4E (or 0xBDFA4E) is unknown color: approx Conifer. HEX triplet: BD, FA and 4E. RGB value is (189,250,78). Sum of RGB (Red+Green+Blue) = 189+250+78=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 78 (30.86% from 255 or 15.09% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFA4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFA4E is #4205B1. Grayscale: #D4D4D4. Windows color (decimal): -4326834 or 5175997. OLE color: 5175997.

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

Color convert

RGB18925078-
CMYK0.2400.690.02
HSL81.28º94.51%64.31%-
HSV(B)81.28º68.8%98.04%-
XYZ56.5579.7419.62-
YUV212.1552.29111.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.56%
GREEN value IS 250 (98.05% from 255) = 48.36%
BLUE value IS 78 (30.86% from 255) = 15.09%
R=36.56%
G=48.36%
B=15.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal189250780.2400.690.0281.2894.5164.31
HexBDFA4E180452515f40
Octal2753721163001052121137100
Binary10111101111110101001110110000100010110101000110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFA4E; }

 p { color: rgb(189,250,78); }

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

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

 a { background-color: rgb(189,250,78); }

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

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

 span { border-color: rgb(189,250,78); }

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