#BFEA45

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

Shades of Conifer #BFEA45

Tints of Conifer #BFEA45

Color information

#BFEA45 (or 0xBFEA45) is unknown color: approx Conifer. HEX triplet: BF, EA and 45. RGB value is (191,234,69). Sum of RGB (Red+Green+Blue) = 191+234+69=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 69 (27.34% from 255 or 13.97% from 494); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEA45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEA45 is #4015BA. Grayscale: #CACACA. Windows color (decimal): -4199867 or 4582079. OLE color: 4582079.

HSL color Cylindrical-coordinate representation of color #BFEA45: hue angle of 75.64º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFEA45 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB19123469-
CMYK0.1800.710.08
HSL75.64º79.71%59.41%-
HSV(B)75.64º70.51%91.76%-
XYZ51.9870.3516.47-
YUV202.3352.75119.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.66%
GREEN value IS 234 (91.80% from 255) = 47.37%
BLUE value IS 69 (27.34% from 255) = 13.97%
R=38.66%
G=47.37%
B=13.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal191234690.1800.710.0875.6479.7159.41
HexBFEA451204784c503b
Octal2773521052201071011412073
Binary101111111110101010001011001001000111100010011001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEA45; }

 p { color: rgb(191,234,69); }

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

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

 a { background-color: rgb(191,234,69); }

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

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

 span { border-color: rgb(191,234,69); }

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